Navigation Bar Hides But Leaves Space When Using Navigation Drawer In Android 5+
I am trying to develop a full-screen app with 2 main activities: LoginActivity and DashboardActivity. LoginActivity has only the UI for user input to login like Username and passwo
Solution 1:
I am also stucked to same problem .Easy to fix remove this tag from xml fitsSystemWindows from drawerlayout and from navigation view
set height of navigation view to wrap content
Post a Comment for "Navigation Bar Hides But Leaves Space When Using Navigation Drawer In Android 5+"