9 lines
317 B
XML
9 lines
317 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:centerY="0.4"
|
|
android:endColor="@color/overlay_dark"
|
|
android:startColor="@color/overlay_light" />
|
|
</shape>
|