9 lines
441 B
XML
9 lines
441 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="42dp" android:height="48dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#33ffffff" />
|
|
<corners android:topLeftRadius="100dp" android:topRightRadius="0dp" android:bottomLeftRadius="100dp" android:bottomRightRadius="0dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |