【发布时间】:2013-05-31 04:26:04
【问题描述】:
我在我的应用中添加了 PullToRefresh(https://github.com/chrisbanes/Android-PullToRefresh) Listview。
然后滚动到底部或顶部,它会自动显示阴影。
我在 xml 中设置了一些属性,例如
<com.handmark.pulltorefresh.library.PullToRefreshListView
android:id="@+id/pull_refresh_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:cacheColorHint="#00000000"
android:divider="#19000000"
android:dividerHeight="4dp"
android:fadingEdge="none"
android:fastScrollEnabled="false"
android:footerDividersEnabled="false"
android:headerDividersEnabled="false"
android:scrollingCache="false"
android:smoothScrollbar="true" />
它无法隐藏。
谁能帮帮我??
谢谢
【问题讨论】:
标签: android listview pull-to-refresh