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

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

I want the content inside the scrollView as center.



        
7条回答
  •  北海茫月
    2020-12-07 10:18

    Use this attribute in ScrollView

    android:fillViewport="true"
    

    Example

     
    
       
    
             
    
       
    
    
    

    Make sure to use Single Child in ScrollView just like in above example which is Relativelayout.

提交回复
热议问题