How can I make horizontally scrollable items in a vertical listview?

后端 未结 4 1943
耶瑟儿~
耶瑟儿~ 2021-01-05 13:50

I would like to use horizontall scrolling items in a vertically scrolling Listview.

My naive take on this was to put the contents of the listview items inside a scro

4条回答
  •  长发绾君心
    2021-01-05 14:28

    You need to use a HorizontalScrollView. Droidstack is an open source app (I wrote) that does just this (in the questions lists you can scroll the tags on each question), if you want a concrete example.

提交回复
热议问题