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