result_background.xml 289 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <!--left to right-->
    <gradient
        android:angle="90"
        android:startColor="#FF44A7FA"
        android:endColor="#FF3476F0" />
</shape>