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