Android: center gridview horizontally

前端 未结 4 785
小蘑菇
小蘑菇 2020-12-06 06:48

I need to center grid view horizontally in my android layout.xml. I have searched google for quite a while but didnt succeed in finding an answer.

I can only change

4条回答
  •  再見小時候
    2020-12-06 07:32

    Probably I am really late, but if you came to this question (as I did), this is what I've done to solve the problem:

    
    
        
    
        
    
        
    
    

    My GridView is centred in the vertical, the other two TextView are on the Top and Button-Right.

    More info: RelativeLayout, Positioning Views

提交回复
热议问题