Pilldroid/app/src/main/res/drawable/gradient_bg_ok.xml

8 lines
299 B
XML
Raw Normal View History

<?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
2016-07-26 22:56:23 +02:00
android:startColor="#FF048F01"
android:endColor="#FF5CB65A"
2021-05-16 13:15:19 +02:00
android:angle="270" />
</shape>