Drawer finally goes below the statusBar on Lollipop
This commit is contained in:
parent
9f9fc51088
commit
0a452b5244
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ public class MainActivity extends AbsFabActivity
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean shouldColorStatusBar() {
|
protected boolean shouldColorStatusBar() {
|
||||||
return true;
|
return !Util.hasLollipopSDK();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue