android7.0中文API -- LinearLayout

完整内容请查看http://www.zhdoc.net/android/reference/android/widget/LinearLayout.html

LinearLayout

public class LinearLayout
extends ViewGroup

java.lang.Object
   ↳android.view.View
    ↳android.view.ViewGroup
     ↳android.widget.LinearLayout


A Layout that arranges its children in a single column or a single row. The direction of the row can be set by calling setOrientation(). You can also specify gravity, which specifies the alignment of all the child elements by calling setGravity() or specify that specific children grow to fill up any remaining space in the layout by setting the weight member of LinearLayout.LayoutParams. The default orientation is horizontal.
一种布局,其将子项放置在一行或者一列中。行的方向可以通过调用setOrientation()来设置。你还可以指定重力值,其通过调用setGravity()指定所有子元素的对齐方式,或者指定特定的子项通过设置LinearLayout.LayoutParams中的weight成员来增加尺寸,以填充布局中的剩余空间。默认的方位是水平方向。

See the Linear Layout guide.
请参考Linear Layout

Also see android.widget.LinearLayout.LayoutParams for layout attributes
参考android.widget.LinearLayout.LayoutParams了解布局属性。

摘要


嵌套类

classLinearLayout.LayoutParams

Per-child layout information associated with ViewLinearLayout. 
与ViewLinearLayout相关的每个子布局的信息。 

XML属性

android:baselineAligned当设置为false, 则防止布局对其子视图的基线对齐。 
android:baselineAlignedChildIndex当线性布局是其他布局的一部分,并且是基线对齐的, 它可以指定与哪个子项基线对齐 (可能是某个子TextView)。 
android:dividerDrawable,用于按钮之间的一个垂直分割栏。 
android:gravity在一个对象自身的边界内,它如何在x轴和y坐标轴上放置其内容。 
android:measureWithLargestChild当设置为true时, 所有带权重的子项都会具有最大子项的最小尺寸。 
android:orientation布局是行还是列?使用“horizontal”表示一行,使用“vertical”表示一列。 
android:weightSum定义权重总和的最大值。 

继承XML属性

From class android.view.ViewGroup
From class android.view.View

常量

intHORIZONTAL

intSHOW_DIVIDER_BEGINNING

Show a divider at the beginning of the group.
在组的开始处显示一个分隔栏。

intSHOW_DIVIDER_END

Show a divider at the end of the group.
在组的结尾处显示一个分隔栏。

intSHOW_DIVIDER_MIDDLE

Show dividers between each item in the group.
组中每一项之间显示一个分隔栏。

intSHOW_DIVIDER_NONE

Don't show any dividers.
不显示任何分隔栏。

intVERTICAL

继承常量

完整内容请查看http://www.zhdoc.net/android/reference/android/widget/LinearLayout.html


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值