您的位置:首页 > 移动开发 > Android开发

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

2017-06-14 18:18 423 查看

完整内容,请参考: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 int
x

The horizontal, or X, location of the child within the view group.

水平,或X,在视图组中的子项的位置。

public int
y

The vertical, or Y, location of the child within the view group.

垂直,或Y,在视图组中的子项的位置。

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息