Skip to content Skip to sidebar Skip to footer

Can't Get Rid Of Bottom Padding On Button

I have a button. It seems to have bottom padding I cannot get rid of:

Solution 4:

Hmn really strange. Never noticed that. Probably because u usally want a little space around your buttons.

Also tried margin/padding=0dp and did in fact not work.

You could set android:layout_marginBottom="-10dp" however :).

Post a Comment for "Can't Get Rid Of Bottom Padding On Button"