How can I make a Navigation Drawer go to the back of the Layout when Closed?
In my layout xml file i have a webView and a Navigation Drawer:
When I run this, I can't click on the webview at all. But if i switch the order of the webview and the navigation drawer, then i can press on the webview but i cannot open the navigation drawer (or it can't be seen). I want to be able to click and open both. How can i achieve this functionality?