mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-16 10:22:38 +01:00
9 lines
333 B
XML
9 lines
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="#048F01"
|
||
|
android:centerColor="#5CB65A"
|
||
|
android:endColor="#048F01"
|
||
|
android:angle="270" />
|
||
|
</shape>
|