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