crystal-wallet-android/app/src/main/res/drawable/gradient.xml

8 lines
259 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#13547a"
android:endColor="#80d0c7"
android:angle="45"/>
</shape>