Fixed navigation header in navigation drawer while scrolling through items
问题 CURRENT STATE : NavigationDrawer with a NavigationHeader and NavigationMenu items. The items are large in number so scrolling is required in order to access the items towards the bottom. REQUIREMENT : When scrolling down to the bottom, the NavigationHeader should stay fixed Here's my activity_main layout file <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android