centrally align icons in gridview
I want the icons to be central开发者_JAVA技巧ly placed on the screen with proper alignment. What are the parameters I need to set? I have tried android:gravity and android:layout_gravity but they don't work.
set the image scaleType
to centerInside
精彩评论