8 lines
229 B
XML
8 lines
229 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" shape="rectangle">
|
||
|
<gradient
|
||
|
startColor="#b31292c1"
|
||
|
endColor="#b309b5a3"
|
||
|
angle="180"/>
|
||
|
</shape>
|