shape_radius50_gradient_fd2107_ffaa00.xml 273 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners android:radius="50dp" />
    <gradient
        android:endColor="#FFAA00"
        android:startColor="#FD2107" />

</shape>