android线性布局和相对布局嵌套,Android编程之线性布局LinearLayout实例简析

本文实例讲述了Android编程之线性布局LinearLayout用法。分享给大家供大家参考,具体如下:

线性布局(LinearLayout)

可以让它的子元素垂直或水平的方式排成一行(不设置方向的时候默认按照垂直方向排列)。

下面示例是在别人基础上修改的main.xml:

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical" >

android:orientation="horizontal"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:baselineAligned="false"

android:layout_weight="1" >

android:orientation="horizontal"

android:layout_width="wrap_content"

android:layout_height="fill_parent"

android:layout_weight="1">

android:text="@string/color_green"

android:textColor="#ff0000"

android:background="#00aa00"

android:layout_width="wrap_content"

android:layout_height="fill_parent"

android:layout_weight="1"/>

android:text="@string/color_blue"

android:background="#0000aa"

android:layout_width="wrap_content"

android:layout_height="fill_parent"

android:layout_weight="1"/>

android:orientation="vertical"

android:layout_width="wrap_content"

android:layout_height="fill_parent"

android:layout_weight="1">

android:text="@string/color_black"

android:background="#000000"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="1"/>

android:text="@string/color_yellow"

android:background="#aaaa00"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="1"/>

android:text="@string/color_unknown"

android:background="#00aaaa"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="1"/>

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="2">

android:text="@string/color_red"

android:gravity="fill_vertical"

android:background="#aa0000"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="2"/>

android:text="@string/color_white"

android:textColor="#ff0000"

android:background="#ffffff"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:layout_weight="2"/>

string.xml

Hello World, TestAbsoluteLayoutActivity!

TestAbsoluteLayout

red

green

blue

white

black

yellow

unknown

效果图如下:

f741ecd1561bae04c091a3e7ba237597.png

常用的属性:

android:orientation:可以设置布局的方向android:gravity:用来控制组件的对齐方式layout_weight:控制各个组件在布局中的相对大小

更多关于Android编程布局相关内容可查看本站专题:《Android布局layout技巧总结》

希望本文所述对大家Android程序设计有所帮助。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值