我想问下,为什么,菜单和主页是水平放的,而不是上下放的,是有代码控制的吗?
2 回答
<LinearLayout 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"
android:orientation="vertical"
tools:context=".MainActivity" >
LinearLayout:android:orientation="vertical"上下的
举报
0/150
提交
取消