Vertical TextView taking too much space in Android

后端 未结 11 1844
鱼传尺愫
鱼传尺愫 2021-02-01 04:02

I am trying to create something like the following using LinearLayout and TableLayout:

\"enter

11条回答
  •  不要未来只要你来
    2021-02-01 04:29

    If you want to reproduce your image I would use a GridView or a TableLayout with no buttons, just set the proper listeners if you need to do any action. This way you can set fixed heights and widths.

提交回复
热议问题