<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="2dp"/>
    <solid android:color="#FCFCFC"/>
    <stroke	android:color="#14000000"
        android:width="2dp"/>
</shape>