6 lines
235 B
XML
6 lines
235 B
XML
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||
|
<stroke android:width="1dip" android:color="@android:color/white"/>
|
||
|
<corners
|
||
|
android:radius="2dp" >
|
||
|
</corners>
|
||
|
</shape>
|