Center elements in GridView

前端 未结 9 1297
挽巷
挽巷 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:36

    well, in case you are using a custom adapter thing to inflate single rowview inside your gridview then try to add android:gravity="center" to the layout of your single_row.. this will do the trick hopefully :) i.e,

    
    
    
        
    
        
    
    
    

提交回复
热议问题