垂直布局 vertical
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="測驗按鈕1" /> <Button android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="測驗按鈕2" /></LinearLayout>
水平布局 horizontal
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" >

轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/53707.html
標籤:Android
下一篇:Android 線性布局 計算器

