Android布局之LinearLayout(线性布局)
2010-09-27 01:47:00 来源:WEB开发网核心提示:android:layout_weight="1"/> < TextView android:text="white" android:textColor="#ff0000" android:background="#ffffff&quo
android:layout_weight="1"/> < TextView android:text="white"
android:textColor="#ff0000" android:background="#ffffff"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_weight="1"/> < /LinearLayout> < LinearLayout
android:orientation="horizontal" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_weight="1" > <
LinearLayout android:orientation="horizontal"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:layout_weight="1"> < TextView android:text="green"
android:textColor="#ff0000" android:background="#00aa00"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:layout_weight="1"/> < TextView android:text="blue"
android:background="#0000aa" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:layout_weight="1"/> <
/LinearLayout> < LinearLayout android:orientation="vertical"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:layout_weight="1"> < TextView android:text="black"
android:background="#000000" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_weight="1"/> <
TextView android:text="yellow" android:background="#aaaa00"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_weight="1"/> < TextView android:text="unkown"
android:background="#00aaaa" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_weight="1"/> <
/LinearLayout> < /LinearLayout>< /LinearLayout>
效果图:
Tags:Android 布局 LinearLayout
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接