嗨,大家好我试图为一行Json数据创建两个网格视图,我正在接受wordsearch游戏。我需要一个gridview为5x2,我在这里工作,但我需要另一个13x12的gridview,我的混合词我接受但是当我试图模仿我有两次以下我得到一个错误The markup in the document following the root element must be well-formed.
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/Puzzleview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:columnWidth="90dp"
android:gravity="center"
android:horizontalSpacing="10dp"
android:numColumns="5"
android:stretchMode="columnWidth"
android:verticalSpacing="10dp" />