mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-16 10:22:38 +01:00
8 lines
No EOL
299 B
XML
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> |