-
Android ScrollView 嵌套 ListView 问题
自定义ListView,重写onMeasure方法 int expandSpec = MeasureSpec.makeMeasureSpec(Integer.M
-
Android ListView 数据集为空时显示的视图
方法 ListView的数据集为空的时候可以设置一张空背景图 listview.setEmptyView(...);
-
Android ListView 隐藏分割线
方法 ListView上设置 android:divider="@android:color/transparent" //将分割线设置为透明 android:
-
Android ListView 条目上有 CheckBox 抢焦点的处理办法
方法一 在CheckBox的父布局上设置属性 android:descendantFocusability="blocksDescendants" 该属性使子布
-
Android ListView 条目点击变色
方法 一般Listview条目被点击需要自定义点击时颜色变化,这里给出一种简单方法。 ListView的listSelector属性设置为#00000000或@
-
Android ListView 添加头布局
方法 //给listview添加头布局,并且设置头布局不可被点击 View headView = View.inflate(this, R.layout.hea