【安卓3】布局管理器

1.LinearLayout(线性布局)

         android: orientation="vertical"                           //布局

         android: layout_width="wrap_content "             //控件宽度

         android: layout_height="fill_parent"                  //控件高度

      注意:“vertical ” :垂直布局  “horizontal”:水平布局

               fill_parent宽度(高度)和内容的宽度(高度)相同

               wrap_content宽度(高度)是整个父组件的宽度(高度)

               android: layout_weight:  控制控件所占比例

2.FrameLayout(帧布局)

            叠加效果

3.RelativeLayout(相对布局)

              android: layout_below                           //在某个组件的下面

              android: layout_toLeftOf                       //在某个组件的左边

              android: layout_toRightOf                     //在某个组件的右边

              android: layout_alignTop                       //与某个组件上对齐

              android: layout_alignBottom                 //与某个组件下对齐

              android: layout_alignLeft                      //与某个组件左对齐

              android: layout_alignRight                    //与某个组件右对齐

4.TableLayout(表格布局)

              注意:表格布局的组件要放在TableRow中。

5.AbsoluteLayout(绝对布局)

              android: layout_x              //x轴坐标值

              android:l ayout_y              //y轴坐标值

转载于:https://www.cnblogs.com/leelee/p/6877383.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值