zircles-android/app/src/main/res/drawable/background_button_rounded.xml

10 lines
330 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="34dp" />
<gradient
android:startColor="@color/zcashYellow_dark"
android:endColor="@color/zcashYellow"
android:angle="180"
android:type="linear" />
</shape>