ListView below scrollview in Android

后端 未结 5 890
予麋鹿
予麋鹿 2021-01-20 03:07

I am trying to put a ListView below a ScrollView in android. I tried putting them inside a LineaLayout like this



        
5条回答
  •  说谎
    说谎 (楼主)
    2021-01-20 03:48

    Normally it is not good to put listview in scrollview. but if in case it is required, you need to set the height of listview. Follow the link below to calculate the height of listview for fitting in scrollview.

    http://www.jiramot.info/android-listview-in-scrollview-problem

    Using this way you can achieve what you want

提交回复
热议问题