Android GridView load items vertically

后端 未结 7 1407
离开以前
离开以前 2021-02-05 07:16

Is it possible to load items in GridView with vertical orientation? I mean...

Normal situation - 3 columns

\

7条回答
  •  清酒与你
    2021-02-05 08:00

    I think you need https://github.com/ApmeM/android-flowlayout . and set child gravity to Gravity.FILL_HORIZONTAL

    they even have vertical or horizontal orientation

提交回复
热议问题