ListView below scrollview in Android

后端 未结 5 892
予麋鹿
予麋鹿 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 04:02

    You have to set the the height of the content of scrollview and its element to 'wrap content'. XML will be like this:

     
    
    ...(height will be wrap_content for inner element as well)
    
    
    
    

    This will might help you..

提交回复
热议问题