I want to scroll only the menu items of the navigation view but it also scroll the header with it. Please any body tell me how to achieve this... Here is my code:
I also faced thhis problem and resolved it . here is the solution
1) Create default navigation drawer in your project
2) remove header tag from NavigationView in activity_main.xml and add header inside NavigationView
>>>>> X
app:menu="@menu/activity_main_drawer" >
3) add required blank items in top of menu->activity_main_drawer.xml (depand on your header height