<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:thickness="0dp">
<stroke
android:width="0.1dp"
android:color="#cccccc" />
<corners android:radius="5dp" />
</shape>