Can't get rid of bottom padding on button

后端 未结 4 1994
一生所求
一生所求 2021-01-13 05:15

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

4条回答
  •  暖寄归人
    2021-01-13 05:55

    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 :).

提交回复
热议问题