I have created a navigation drawer using Mike Penz's navigation drawer library which is as follows: but m facing an issue that my view is not scrollable like other items infact other items are getting overlapped on my view while scrolling Its behaving like a sticky header.
Please find the images to understand my problem and give suggestions if any.Thanks in advance.
Asked
Active
Viewed 165 times
0

Whisky
- 327
- 1
- 3
- 7
-
It is better you should report this issue on GitHub. We don't know much about it! Good luck – Ajay S Jul 23 '17 at 07:13
-
Post the code, with the screenshots only we cant help – MatPag Jul 23 '17 at 07:30
-
How do your items you add int he drawer look like? Remember that the scrolling container is a `RecyclerView` you may not want to add scrollviews as childs. What else did you change. the margins and paddings and the transparent bar on top do not look like in my library. – mikepenz Jul 23 '17 at 16:57
-
The issue is resolved now the items in holder was not getting recycled. Thanks. – Whisky Jul 25 '17 at 05:04
-
Please answer your own question as soon as you can :) So other take advantage of your experience – mikepenz Jul 25 '17 at 19:55