Long text on button messes up GridLayout rows

前端 未结 2 901
伪装坚强ぢ
伪装坚强ぢ 2021-01-22 13:10

I have a GridLayout which is used to host a number of buttons, ordered in two columns. All the buttons have fixed height and width. If one of the buttons contains too much text,

2条回答
  •  花落未央
    2021-01-22 13:42

    you probably can do it by simply adding a maximum height to the buttons

    android:maxHeight="60dp"
    

提交回复
热议问题