9 lines
442 B
XML
9 lines
442 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="150dp" android:height="44dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ff000000" />
|
|
<corners android:topLeftRadius="22dp" android:topRightRadius="22dp" android:bottomLeftRadius="22dp" android:bottomRightRadius="22dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |