How do I use DrawerLayout to display over the ActionBar/Toolbar and under the status bar?

后端 未结 10 1000
[愿得一人]
[愿得一人] 2020-11-22 04:05

I\'ve seen in the new material design Side Nav spec that you can display the drawer over the action bar and behind the status bar. How can I implement this?

10条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 04:40

    Make it work, in values-v21 styles or theme xml needs to use this attribute:

    true

    That make the magic!

提交回复
热议问题