no gravity for scrollview. how to make content inside scrollview as center

后端 未结 7 929
刺人心
刺人心 2020-12-07 09:35

I want the content inside the scrollView as center.



        
7条回答
  •  情歌与酒
    2020-12-07 10:18

    I had the same issue and finally figured it out. This is for a vertical ScrollView.

    Put your ScrollView inside a RelativeLayout and center it in the RelativeLayout. In order for this to work, your ScrollView should have

    android:layout_height="wrap_content"
    

    This is how the final code should look like:

    
    
    
        
    
            
    
                

提交回复
热议问题