Android ScrollView doesn't start at top, but at the beginning of the GridView

后端 未结 12 2479
天涯浪人
天涯浪人 2020-12-23 11:19

I have a problem with a ScrollView that has inside of it a personalized GridView and other tipe of views.The first time I start the Activity, the ScrollView starts at its to

12条回答
  •  情话喂你
    2020-12-23 12:07

    If nothing works, just put this as the first element of your scrollView's single child:

    
    

    example:

      
    
            
                
                
            
    
    

提交回复
热议问题