Android: Listview inside ScrollView

后端 未结 4 1891
抹茶落季
抹茶落季 2021-01-23 17:35

I want to have a layout that can scroll and a listview inside it. The listview will expand it\'s height base on how many items in it. Only the ScrollView outside is scrollable.

4条回答
  •  情歌与酒
    2021-01-23 18:28

    You have to just replace your with this Custom ScrollView like

    try this link...https://stackoverflow.com/a/11554684/6334037

    Works for me..

提交回复
热议问题