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="182dp" android:height="33dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ffffffff" />
|
|
<corners android:topLeftRadius="16dp" android:topRightRadius="16dp" android:bottomLeftRadius="16dp" android:bottomRightRadius="16dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |