EverythingMe / overscroll-decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
BSD 2-Clause "Simplified" License
2.85k stars 400 forks source link

Can not work with SwipeRefresh #37

Closed LxzBUG closed 7 years ago

LxzBUG commented 7 years ago

Can not work when recyclerView with SwipeRefresh

and can not use with Layout

LinearLayout llRootView=find...

OverScrollDecoratorHelper.setUpStaticOverScroll(llRootView, OverScrollDecoratorHelper.ORIENTATION_VERTICAL);

can not

d4vidi commented 7 years ago

Swipe-to-refresh: duplicate of issue #5. Linear-layout can't work cause it's not scrollable...