How to get the new NavigationView to play nice with status bar scrim?

前端 未结 5 1062
时光说笑
时光说笑 2020-12-30 03:22

I\'ve been playing with Google\'s new design support library and it\'s a blast! I\'m just a little stumped though on the navigation view. All the things I read say that the

5条回答
  •  天涯浪人
    2020-12-30 04:00

    You should check newer SDK examples.

    actually they are using Coordinatorlayout in activity that you want to draw under statusbar and have different theme for that layout, because if you put transparent statusbar for other activities where you don't have root layout Coordinatorlayout it will show white uncolored statusbar.

提交回复
热议问题