Android7.0中文文档(API)-- AbsoluteLayout.LayoutParams

来源:互联网 发布:java 断点续传 框架 编辑:程序博客网 时间:2024/06/01 09:48

完整内容,请参考:http://www.zhdoc.net/android/reference/android/widget/AbsoluteLayout.LayoutParams.html

AbsoluteLayout.LayoutParams

public static class AbsoluteLayout.LayoutParams
extends ViewGroup.LayoutParams

java.lang.Object   ↳android.view.ViewGroup.LayoutParams    ↳android.widget.AbsoluteLayout.LayoutParams

Per-child layout information associated with AbsoluteLayout. See Absolute Layout Attributes for a list of all child view attributes that this class supports.
与AbsoluteLayout相关的每个子布局的信息。关于此类支持的所有子视图属性列表,请参考Absolute Layout Attributes

摘要


继承XML属性

From class android.view.ViewGroup.LayoutParams

继承常量

From class android.view.ViewGroup.LayoutParams

字段

public intx

The horizontal, or X, location of the child within the view group.
水平,或X,在视图组中的子项的位置。

public inty

The vertical, or Y, location of the child within the view group.
垂直,或Y,在视图组中的子项的位置。