9 lines
460 B
XML
9 lines
460 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="46dp" android:height="16dp">
|
|
<shape android:shape="rectangle">
|
|
<stroke android:width="1dp" android:color="#A9A9A9" />
|
|
<corners android:topLeftRadius="19dp" android:topRightRadius="19dp" android:bottomLeftRadius="19dp" android:bottomRightRadius="19dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |