shape_gray_square_bg.xml 270 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners android:radius="1.0px" />
    <stroke
        android:width="2px"
        android:color="#B0B0B0" />
    <solid android:color="#00000000" />

</shape>