Pilldroid/app/src/main/res/drawable/gradient_bg_alert.xml
2016-07-26 22:56:23 +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="#FFD4666E"
android:endColor="#FFBD1421"
android:angle="270" />
</shape>