SlidingMenu
SlidingMenu copied to clipboard
Sliding menu not closing
Hi, I'm using slidingmenu and I want to close de menu when I press one of the elements on the menu. I use the showMenu() method, but this don't close the menu at all. My set up is a main activity with an ActionBar, inside there are 2 fragments one for the menu and the other for the content of the section selected. So, I click over a menu item, It changes the fragment but, when I call showMenu() to close the menu, It doesn't close at all. Any help you can give? Thanks
to hide menu you need to call showContent() not showMenu()
Thanks man, I write this comment, and then I realize that showContent close the menu. Best Regards
No problem :ok_hand:
so am i,thanks the problem