- <?xml version="1.0" encoding="utf-8"?>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
- <stroke android:color="#E4E4E4"
- android:width="@dimen/convert_2px"/>
- <solid
- android:color="@color/white"/>
- <corners android:radius="@dimen/convert_10px"/>
- </shape>
|