10 lines
438 B
XML
10 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="27dp" android:height="17dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ffff5075" />
|
|
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" android:bottomLeftRadius="8dp" android:bottomRightRadius="8dp" />
|
|
</shape>
|
|
</item>
|
|
</selector>
|