Center elements in GridView

前端 未结 9 1258
挽巷
挽巷 2020-12-29 19:44

I have GridView with 6 images in 2 columns. I want to display this 6 images in the middle of the screen. I set gravity properties to center but this center elements only hor

9条回答
  •  伪装坚强ぢ
    2020-12-29 20:27

    Here is my answer:

    
        
    
    

    Don't use padding or horizontalSpacing if you don't need it as it may cause problems with other views.

    Note also that fill_parent is already deprecated.

提交回复
热议问题