ListView below scrollview in Android

后端 未结 5 927
予麋鹿
予麋鹿 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条回答
  •  Happy的楠姐
    2021-01-20 03:47

    I think this is near to what you are looking for. I give you this code code but i have to tell that putting a ListView in a ScrollView is a bad-practice and you should not use this solution. You should work on something more correct and with no scroll view within scroll view.

    
    
        
    
            
    
                
    
                    
                
            
    
            
        
    
    
    

提交回复
热议问题