shape_green_square_bg.xml 282 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="@color/color_ffa300" />
    <solid android:color="#00000000" />

</shape>