8 lines
255 B
XML
8 lines
255 B
XML
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<item>
|
||
|
|
<shape android:shape="rectangle">
|
||
|
|
<stroke android:color="@android:color/white" android:width="@dimen/sp_1"/>
|
||
|
|
</shape>
|
||
|
|
</item>
|
||
|
|
</layer-list>
|