12 lines
488 B
XML
12 lines
488 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="136dp" android:height="54dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#D1D1D1" />
|
|
<corners android:bottomLeftRadius="20dp"
|
|
android:bottomRightRadius="20dp"
|
|
android:topLeftRadius="20dp"
|
|
android:topRightRadius="20dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |