shape_gray_square_bg.xml 270 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 <?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>