rudiobtn_unclick.xml 286 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="@color/xueqing_blue" />
    <corners android:radius="5dp"/>
</shape>