Jude95 / EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
2.03k stars 459 forks source link

如何取消滑动到边界时的阴影 #233

Closed yedajiang44 closed 6 years ago

yedajiang44 commented 7 years ago

如题

ciscolxh commented 7 years ago

在layout_progress_recyclerview布局下的RecyclerView控件改为 <android.support.v7.widget.RecyclerView android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="none" android:overScrollMode="never" android:clickable="true"/>

yedajiang44 commented 7 years ago

三个月终于有人回了!哈哈哈!谢谢了!