blob: 49fdc0d8c145c28e0840b8546dfe87d4e8c2f6e0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<item>
<shape>
<gradient
android:angle="225"
android:startColor="#FF0000" />
</shape>
</item>
<item>
<shape>
<gradient
android:angle="0"
android:startColor="#000000" />
</shape>
</item>
</layer-list>