13 lines
384 B
XML
13 lines
384 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<shape>
|
||
|
<gradient
|
||
|
android:angle="0"
|
||
|
android:startColor="@color/colorPrimary"
|
||
|
android:endColor="@color/colorAccent"
|
||
|
android:type="linear"/>
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
</selector>
|