<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical" >
<TextView
android:layout_width="180dp"
android:layout_height="wrap_content"
android:background="#0000ff"
android:text="既然windows下android开发环境我们已经开挂搭建好了" />
<TextView
android:layout_width="120dp"
android:layout_height="wrap_content"
android:background="#ff0000"
android:text="既然windows下android开发环境我们已经开挂搭建好了" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal" >
<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>

