<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:layout_width=”match_parent” android:layout_height=”wrap_content” >
<TextView android:id=”@+id/textView1″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”TextView” />
</LinearLayout>
<LinearLayout android:layout_width=”match_parent” android:layout_height=”wrap_content” >
<Button android:id=”@+id/button1″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button2″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button3″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
</LinearLayout>
<LinearLayout android:layout_width=”match_parent” android:layout_height=”wrap_content” >
<Button android:id=”@+id/button4″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button5″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button6″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
</LinearLayout>
<LinearLayout android:layout_width=”match_parent” android:layout_height=”wrap_content” >
<Button android:id=”@+id/button7″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button8″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
<Button android:id=”@+id/button9″ android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Button” />
</LinearLayout>
</LinearLayout>
|