mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
5d16645b84
* update icons android * remove comment
11 lines
330 B
XML
11 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:type="linear"
|
|
android:angle="135"
|
|
android:startColor="#2A2A2E"
|
|
android:centerColor="#17171A"
|
|
android:endColor="#0E0E11" />
|
|
</shape>
|