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

8 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:startColor="@color/light_blue"
android:endColor="@color/white"
android:type="linear"/>
</shape>