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

8 lines
298 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"
android:angle="90" />
</shape>