Android Navigation view: Scroll the menu items only issue

后端 未结 6 996
终归单人心
终归单人心 2020-12-17 00:46

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:

6条回答
  •  一向
    一向 (楼主)
    2020-12-17 00:57

    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

提交回复
热议问题