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

9 lines
333 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
android:startColor="#D4666E"
android:centerColor="#BD1421"
android:endColor="#D4666E"
android:angle="270" />
</shape>