0
嗨主要是我問是否可以格式化GridView Layout
,我已經在我的應用程序中使用過一個,並嘗試android:gravity="center"
但是,當我加載了我的應用程序時,GridView
與left
對齊,原因不明。Android格式GridView佈局
是否有需要定義的特定屬性?或者這只是我使用我的GridView
的方式。
嗨主要是我問是否可以格式化GridView Layout
,我已經在我的應用程序中使用過一個,並嘗試android:gravity="center"
但是,當我加載了我的應用程序時,GridView
與left
對齊,原因不明。Android格式GridView佈局
是否有需要定義的特定屬性?或者這只是我使用我的GridView
的方式。
應用RelativeLayout的
android:layout_width="match_parent"
android:layout_height="match_parent"
和對於GridView控件
android:layout_centerInParent = "true"
似乎做的伎倆感謝! – CatLikeOlive0
如果您想說「謝謝」,請投票並接受我的回答。 – Darish