我在我的应用中添加了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" />
它无法隐藏它。
任何人都可以帮助我?
由于
答案 0 :(得分:0)
我认为这是分频器,删除
android:divider="#19000000"
android:dividerHeight="4dp"
现在应该可以使用了