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
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
.