app/src/main/res/drawable-nodpi/ellipse_3_shape.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- ellipse_3 from your XD file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<solid android:color="@color/ellipse_3_color" />
<gradient android:angle="270" android:type="radial" android:startColor="#ffe7d79c" android:endColor="#ffa7dfc1" />
</shape>