rudiobtn2.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="#b8b8b9" android:width="1dp"/>
    <solid android:color="#00000000"/>
    <corners android:radius="180dp"/>
</shape>