Navigation bar hides but leaves space when using navigation drawer in android 5+

后端 未结 1 1805
余生分开走
余生分开走 2021-01-14 03:37

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 Usern

相关标签:
1条回答
  • 2021-01-14 04:05

    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

    0 讨论(0)
提交回复
热议问题