Android的Layout|Android的Layout --- 布局
UILayout LinearLayout 线性布局
- 默认
android:orientation="horizontal"
水平布局 -
layout_gravity
对齐方式center_vertical
垂直居中center_horizontal
水平居中- center
- bottom
- top
- left
- right
- weight 比例 - 牢记剩余空间 比例时,width设置0dp
- 相对父布局
android:layout_alignParentLeft
android:layout_alignParentRight
android:layout_alignParentTop
android:layout_alignParentBotton
android:layout_centerInParent
- 相对控件
-
android:layout_above="@+id/xxxxx"
上 -
android:layout_blow="@+id/xxxxx"
下 -
android:layout_toLeftOf="@+id/xxxxx"
左 -
android:layout_toRightOf="@+id/xxxxx"
右
-
- 全部控件都在左上角,应用很少
- layout_gravity 对齐方式也可以用 碎片中有应用
- layout_weight只有在LinearLayout中可以使用,在其他布局很难实现,所以引入百分比布局,直接定义控件所占百分比
- PercentFrameLayout 和 PercentRelativeLayout
【Android的Layout|Android的Layout --- 布局】这是我学习Android的笔记,参考书<<第一行代码-第二版>>,感谢郭霖大神
如有不足之处,可以一起讨论
附上郭霖的blog http://blog.csdn.net/guolin_blog
推荐阅读
- 热闹中的孤独
- JAVA(抽象类与接口的区别&重载与重写&内存泄漏)
- 放屁有这三个特征的,请注意啦!这说明你的身体毒素太多
- 一个人的旅行,三亚
- 布丽吉特,人生绝对的赢家
- 慢慢的美丽
- 尽力
- 一个小故事,我的思考。
- 家乡的那条小河
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量