Center-align items in Gridview
问题 I'm making a game on Android Studio and have an issue with Grid View component. I can't align center the items inside Grid View like After image. I try several ways like android:stretchMode or android:layout_centerHorizontal but it doesn't help. Here is my XML code: <RelativeLayout android:layout_width="match_parent" android:layout_height="0dp" android:background="@android:color/holo_orange_light" android:layout_weight="8" android:layout_gravity="center"> <GridView android:layout_width="match