6 lines
237 B
XML
6 lines
237 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
|
<solid android:color="#ffffff" />
|
|
<stroke android:width="1dip" android:color="#4fa5d5"/>
|
|
</shape>
|