9 lines
423 B
XML
9 lines
423 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<stroke android:color="#ffff4a02" android:width="@dimen/dp_1" />
|
|
<corners android:topLeftRadius="5dp" android:topRightRadius="5dp" android:bottomLeftRadius="5dp" android:bottomRightRadius="5dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |