<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ? xmlns:tools="http://schemas.android.com/tools"
? ? android:layout_width="match_parent"
? ? android:layout_height="match_parent"
? ? >
? ? <!-- Frame 1 -->
? ? <LinearLayout?
? ? android:layout_width="match_parent"
? ? android:layout_height="match_parent"
? ? android:background="@drawable/index_background"
? ? android:layout_gravity="center_horizontal"
? ? android:orientation="vertical"
? ? >
? ??
? ? <!-- acty bar ?include:引用-->
? ? <include layout="@layout/activity_bar_acty" ></include> ? ??
? ? <!-- 碟片 -->
? ? <include layout="@layout/activity_disk_acty" ></include> ?
? ? <!-- 文字框 -->
? ? <include layout="@layout/activity_name_select_acty" ></include> ?
? ??
? ? </LinearLayout>
? ? <!--浮動(dòng)按鈕 -->
? ? <include layout="@layout/activity_floatbuttons_acty" ></include>
? ? <!-- 過(guò)關(guān)界面(答案正確) -->
? ? <include layout="@layout/activity_right_acty" ></include>
</FrameLayout>
老師這是我的一個(gè)布局文件,我想在這個(gè)里面實(shí)現(xiàn)畫(huà)出菜單。可是在這個(gè)布局怎么加<HorizontalScrollView ></HorizontalScrollView> 他里面只能喲一個(gè)控件啊