0
就在這個系中發現以下的GridView XMLGridView的XML錯誤
多個註解錯誤錯誤:字符串類型不允許(在 'layout_width',值爲 'match_parent')。 - 錯誤:錯誤:字符串類型不允許(在'layout_height',值爲 'match_parent')。
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/albums"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="2dip"
android:numColumns="auto_fit"
android:columnWidth="148dp"
android:stretchMode="spacingWidthUniform"
android:drawSelectorOnTop="false"
android:cacheColorHint="#000000"
android:background="#000000"
android:listSelector="#000000"/>