app/src/main/res/drawable/container_of_post_shape.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- container_of_post from your XD file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:radius="50dp" />
<stroke android:color="#a6aab4" android:width="1dp" />
<solid android:color="@color/search_color" />
</shape>