Pilldroid/app/src/main/res/drawable/gradient_bg_ok.xml
2021-05-16 13:15:19 +02:00

8 lines
No EOL
299 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<!-- Gradient Bg for listrow -->
<gradient
android:startColor="#FF048F01"
android:endColor="#FF5CB65A"
android:angle="270" />
</shape>