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

来源:互联网 发布:js对象数组按属性排序 编辑:程序博客网 时间:2024/06/03 11:52

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

AbsListView.LayoutParams

public static class AbsListView.LayoutParams
extends ViewGroup.LayoutParams

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

AbsListView extends LayoutParams to provide a place to hold the view type.
AbsListView扩展了LayoutParams,提供了保存视图类型的位置。

摘要


继承XML属性

From class android.view.ViewGroup.LayoutParams

继承常量

From class android.view.ViewGroup.LayoutParams

继承字段

From class android.view.ViewGroup.LayoutParams

Public构造方法

AbsListView.LayoutParams(Context c, AttributeSet attrs) AbsListView.LayoutParams(int w, int h)AbsListView.LayoutParams(int w, int h, int viewType)AbsListView.LayoutParams(ViewGroup.LayoutParams source)

继承方法

From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Public构造方法

阅读全文
0 0
原创粉丝点击