8 lines
291 B
XML
8 lines
291 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:startColor="@color/list_row_start_color"
|
|
android:endColor="@color/list_row_end_color"
|
|
android:angle="270" />
|
|
</shape> |