rudiobtn_report_top.xml
429 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" />-->
<gradient
android:startColor="#64b5f6"
android:endColor="#c2e9fb"
android:angle="315" />
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"/>
</shape>