An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
I'm using
menu.setMode(SlidingMenu.LEFT_RIGHT);menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_MARGIN);
But i want to disable sliding only one menu(first or second). Not both of them(menu.setSlidingEnabled(false);)
I'm using
menu.setMode(SlidingMenu.LEFT_RIGHT);
menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_MARGIN);
But i want to disable sliding only one menu(first or second). Not both of them(menu.setSlidingEnabled(false);
)