mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-16 18:32:38 +01:00
9 lines
No EOL
333 B
XML
9 lines
No EOL
333 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="#D4666E"
|
|
android:centerColor="#BD1421"
|
|
android:endColor="#D4666E"
|
|
android:angle="270" />
|
|
</shape> |