标签:you 线性 构建 parent enter 作用 layout nta otto
wrap_content:包裹实际文本内容
match_parent:当前空间铺满
fill_parent:同上,过时 2.3之前的一个属性值
五大布局:LinearLayout 线性布局 FrameLayout 帧布局 AbsoluteLayout
LinearLayout 线性布局
当 android:orientation=”vertical” 时, 只有水平方向的设置才起作用,垂直方向的设置不起作用。即:left,right,center_horizontal 是生效的。
当 android:orientation=”horizontal” 时, 只有垂直方向的设置才起作用,水平方向的设置不起作用。即:top,bottom,center_vertical 是生效的。
Ant 构建工具
R.java自动生成的
标签:you 线性 构建 parent enter 作用 layout nta otto
原文地址:http://www.cnblogs.com/jxzhxy1997/p/7766039.html