谁能帮我处理这段 xml 代码,这是一个打印屏幕: http: //flic.kr/p/fKEqmn
这是我的xml代码:
<ScrollView
android:id="@+id/scrollView1"
android:layout_marginTop="40dp"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout
android:id="@+id/LinearLayoutmain"
android:clipToPadding="true"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:orientation="vertical"
android:scaleType="fitXY" >
<LinearLayout
android:id="@+id/LinearLayout01"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="10dp"
android:orientation="vertical" >
<ImageButton
android:id="@+id/pd"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="60dp"
android:onClick="pod"
android:scaleType="fitXY"
android:src="@drawable/podcast" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Podcast section is where students can access voice " />
<ImageButton
android:id="@+id/an"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="announce"
android:scaleType="fitXY"
android:src="@drawable/announce" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.News section contains announcements posted by instructors" />
<ImageButton
android:id="@+id/ex"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="eksam"
android:scaleType="fitXY"
android:src="@drawable/exam" />
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Exam section contains the schedule of examinations" />
<ImageButton
android:id="@+id/kl"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="kalendaryo"
android:scaleType="fitXY"
android:src="@drawable/calendar" />
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Calendar section has the schedule of different University " />
<ImageButton
android:id="@+id/cl"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="klas"
android:scaleType="fitXY"
android:src="@drawable/klase" />
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Class section contains the users different class schedules" />
<ImageButton
android:id="@+id/gr"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="grupo"
android:scaleType="fitXY"
android:src="@drawable/group" />
<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Groups section lists all the groups that the user belongs" />
<ImageButton
android:id="@+id/lc"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="lectures"
android:scaleType="fitXY"
android:src="@drawable/lec" />
<TextView
android:id="@+id/textView7"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Lectureshare contains files that were posted by the />
<ImageButton
android:id="@+id/post"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_marginLeft="110dp"
android:layout_marginRight="20dp"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:background="@null"
android:maxHeight="30dp"
android:maxWidth="50dp"
android:onClick="lecpost"
android:scaleType="fitXY"
android:src="@drawable/post" />
<TextView
android:id="@+id/textView8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="My.Post is were instructors are capable to post files class" />
</LinearLayout>
</LinearLayout>
</ScrollView>
所以基本上我希望线性布局适合它的父滚动视图。我已经将它的高度设置为 match_parent 但它仍然超出范围