I added an image on my button with android:drawableTop
line. But image is too much above, I want to add padding to my background drawable image. How can I do that?
<Button
android:layout_width="wrap_content"
android:layout_height="165dp"
android:text="take note"
android:textAllCaps="false"
android:id="@+id/button"
android:layout_weight="1"
android:drawableTop="@drawable/note_al"
android:background="#51A39D"
android:layout_marginRight="15dp"
android:textSize="30dp" />