app/src/main/res/drawable/rectangle_17_shape.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- rectangle_17 from your XD file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:radius="17dp" />
<solid android:color="@color/_bg__frame_1_ek2_color" />
</shape>