turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

Does it work inside ScrollView/NestedScrollView? #68

Open iRYO400 opened 7 years ago

iRYO400 commented 7 years ago

Hi! Can you please tell me, does it work inside ScrollView/NestedScrollView wrapped to Linear/Relative/Frame Layout? I have two recyclerviews in my screen. And in the second one I need to use Scroller.

turing-tech commented 7 years ago

Sorry for the delay. If you're still interested I'll need you to describe the problem a little bit better.

folol commented 6 years ago

@turing-tech i am facing this problem. My recycler view is inside nested scrollview. My layout is this - link. Please help.