rudiobtn_report_top.xml
312 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="#AACFFC" />
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"/>
</shape>