Search code examples
androidviewnavigation-drawerdrawerlayout

How to extend the view out of drawer layout?


enter image description here

I need to add a View over the drawer layout like showing on this picture. How this can be done? I need to show the red portion always on app in every screen.


Solution

  • use Frame Layout as a parent ViewGroup and implement the Drawer Layout inside the Frame Layout