SlidingRootNav
SlidingRootNav copied to clipboard
Reg open/closing sliding navigation
I have used the Sliding Navigation and its really awesome. I have a requirement that, on opening the sidemenu on clicking the menu items redirecting to respective page without closing the menu. But on clicking the outside area other than menu items will close the sidemenu.
Req:1
open side menu -> select item -> redirect to respective page(without closing the menu)
Req:2 open side menu -> click on the outside area other than side menu items -> close the side menu.
Note: Currently in my application i am closing the sidemenu menu on clicking the outside area and on item selected closes the menu and then redirecting to respective page by overriding the dispatchTouchEvent method.
Thanks in advance