Horizontal scrolling in android gridview

后端 未结 6 1341
闹比i
闹比i 2021-01-04 22:40

I have a grid view in my application and i need to scroll it horizontally.I have tried changing the gridview to gallery.But then only one row is available,but i need differe

6条回答
  •  攒了一身酷
    2021-01-04 23:14

    True about using a Gallery or ListView re: re-using views. But if your list is not too long, you can try a TableLayout with a ViewFlipper. Here's a summary of possible options/solutions.

提交回复
热议问题