7 lines
265 B
XML
7 lines
265 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="@dimen/_4dp" />
|
|
<stroke android:width="1.0dip" android:color="#ffc1c1c1" />
|
|
<solid android:color="#ffffffff" />
|
|
</shape> |