Is there a way to implement NavigationDrawer
where the navigation menu (the panel that slides in) pushes the main content to right instead of overlaying it?
The default implementation of NavigationDrawer
overlays (as seen in Google's apps on android), but instead is there a way to prevent the overlay and push the main content to the right as the navigation menu slides out? (like android's facebook app)