Android list view inside a scroll view

后端 未结 30 2087
一向
一向 2020-11-21 13:43

I have an android layout which has a scrollView with a number of elements with in it. At the bottom of the scrollView I have a listView

30条回答
  •  时光说笑
    2020-11-21 14:09

    You may solve it by adding android:fillViewport="true" to your ScrollView.

    
    
    
    
    
    


    before use that property, there was only one child of my list view is visible. after using that all the rows or child of list are visible.

提交回复
热议问题