Multiple ListViews inside a ScrollView

后端 未结 6 1193
旧巷少年郎
旧巷少年郎 2020-12-28 23:04

I have a complex xml file and I really need a ScrollView. Please Don\'t mind the Ids as I have changed them. The ScrollView here doesn\'t work.



        
6条回答
  •  -上瘾入骨i
    2020-12-28 23:20

    I would recommend to use listview with section headers ...i think that is what you want to implement...

    This may be helpful https://learnlinky.com/2016/11/30/listview-section-header-android/

    the answer given by reddy raz work only if we set fixed height of list items

提交回复
热议问题