Put Navigation Drawer Under Status Bar

后端 未结 5 1038
囚心锁ツ
囚心锁ツ 2020-12-13 20:12

I\'m trying to make my navigation drawer go under the status bar. I\'ve read extensively about the ScrimInsetsFrameLayout view and I tried implementing it, but for some reas

5条回答
  •  遥遥无期
    2020-12-13 20:56

    I believe you need to add android:fitsSystemWindows="true" to the android.support.v4.widget.DrawerLayout tag as well.

提交回复
热议问题