app/src/main/res/drawable/first_arc_shape.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- first_arc from your XD file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:topLeftRadius="122dp" />
<solid android:color="#1D4294" />
</shape>