Description
I tried to use a material Button, but it seems that it has default margin, I tried to set "insetXXX",it didn't work.
drawable

code
<Button
android:layout_width="228dp"
android:layout_height="89dp"
android:backgroundTint="@color/colorAccent"
/>