Drawer finally goes below the statusBar on Lollipop

This commit is contained in:
Karim Abou Zeid 2015-04-18 14:29:36 +02:00
commit 0a452b5244

View file

@ -94,7 +94,7 @@ public class MainActivity extends AbsFabActivity
@Override @Override
protected boolean shouldColorStatusBar() { protected boolean shouldColorStatusBar() {
return true; return !Util.hasLollipopSDK();
} }
@Override @Override