<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ffffffff" />
    <gradient android:startColor="#ffffdda1" android:endColor="#00fd6266" android:angle="0.0" android:type="linear" />
    <corners android:radius="5.0px" />
</shape>