嗨主要是我问的是可以格式化GridView Layout
,我在我的应用程序中使用了一个并尝试了android:gravity="center"
但是当我加载了我的应用程序时,GridView
对齐了left
出于某种未知原因。
是否需要定义特定属性?或者它只是我使用GridView
的方式。
答案 0 :(得分:0)
应用 RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
和 GridView
android:layout_centerInParent = "true"