Files
amnezia-client/client/android/res/drawable/ic_launcher_background.xml
T

11 lines
330 B
XML
Raw Normal View History

2026-06-23 19:08:21 +03:00
<?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>