我有一個GridView作爲佈局一個Android活動,我想讓它看起來像廣場(好像是這個程序的第一個屏幕截圖:My Study Life)。我可以在佈局文件中指定它嗎?的Android GridView的廣場佈局
這是我的佈局:
<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridView1"
android:numColumns="2"
android:gravity="center"
android:stretchMode="columnWidth"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
</GridView>
您的鏈接不工作檢查出樣品。 –
像這個應用程序的第一個屏幕截圖:https://play.google.com/store/apps/details?id=com.virblue.mystudylife – jwandscheer