rudiobtn_gray.xml 275 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:color="#00000000" android:width="1dp"/>
    <solid android:color="#EEEEEE" />
    <corners android:radius="15dp"/>
</shape>