I tried many custom drawing and I don't have idea about this design.Anyone help me out to do this design on drawable or any other way.
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" android:padding="10dp">
<stroke
android:color="@color/black"
android:width="2dp"/>
<solid android:color="#FFFFFF"/>
<corners
android:bottomRightRadius="5dp"
android:bottomLeftRadius="5dp"
android:topLeftRadius="0dp"
android:topRightRadius="0dp"/>