16 lines
419 B
XML
16 lines
419 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" shape="rectangle">
|
||
|
<stroke
|
||
|
width="0dp"
|
||
|
color="#e6258988"/>
|
||
|
<corners
|
||
|
topLeftRadius="2dp"
|
||
|
topRightRadius="2dp"
|
||
|
bottomLeftRadius="2dp"
|
||
|
bottomRightRadius="2dp"/>
|
||
|
<gradient
|
||
|
startColor="#000000"
|
||
|
endColor="#000000"
|
||
|
angle="90"/>
|
||
|
</shape>
|