如何在ListView的页脚后删除ListView分隔符?
使用android:footerDividersEnabled="false"
删除ListView的最后一项之后的分隔符,但不是在我的ListView的页脚之后...
由于
答案 0 :(得分:8)
这对我有用,可以创建ListView的android:layout_height="wrap_content"
。
这是我的ListView xml
<ListView
android:id="@id/android:list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:cacheColorHint="@color/transparent"
android:divider="@color/list_divider"
android:dividerHeight="1dp"
android:fadeScrollbars="true"
android:focusable="true"
android:footerDividersEnabled="true"
android:scrollbars="none"
android:transcriptMode="alwaysScroll"
/>
答案 1 :(得分:0)
将页脚大小更改为0px或将可见性设置为GONE