Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 440 Bytes

status_bar_whitespace.md

File metadata and controls

10 lines (9 loc) · 440 Bytes

Q: Why is there whitespace where the status bar should be while my theme is set as fullscreen ?

A:

You also need to add

'drawerBuilder.withFullScreen(true)'

when building your drawer.

Please refer to the following activity code within the samples: FullScreenDrawerActivity.java