Make the drawer layout adapt to any status bar size

This improves the drawer specifically for phones that have a notch.
This commit is contained in:
Mauricio Colli 2020-04-02 11:05:19 -03:00
parent 31b4786db0
commit 346eb2df96
3 changed files with 20 additions and 18 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Menu Drawer Dimensions -->
<dimen name="drawer_header_height">150dp</dimen>
<dimen name="drawer_header_padding_top">36dp</dimen>
</resources>