Android API 中文 (42) —— ListView
正文 一、结构 public classRatingBar extendsAbsSeekBar java.lang.Object android.view.View android.view.ViewGroup android.widget.AdapterView<T extends android.widget.Adapter> android.widget.AbsListView android.widget.ListView 直接子类 ExpandableListView(使用竖滚动条查看的两级列表视图) 二、概述 通过竖滚动条查看的列表视图。ListAdapter里包含的内容和此视图相关联。参见List View tutorial。 三、内部类 class ListView.FixedViewInfo 表示一个列表中的固定视图,如放在最顶部的页眉和最底部的页脚 四、XML属性 属性名称 描述 android:choiceMode 规定此ListView所使用的选择模式。缺省状态下,list没有选择模式。 属性值必须设置为下列常量之一:none,值为...