ListView below scrollview in Android

后端 未结 5 891
予麋鹿
予麋鹿 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:49

    Fill parent wont work for you, change it to wrap content, and give layout_weight 1 to scroll view also, then it may work for you

提交回复
热议问题