I am trying to draw this shape in xml
and I was hoping to just do it on an ImageButton
this what I have
<ImageButton
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentTop="true"
android:layout_marginStart="59dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="30dp"
android:alpha="0.14"
android:layout_marginBottom="12dp"
android:background="@drawable/round_background"
android:src="@drawable/ic_location"