jfeinstein10 / SlidingMenu

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!
Apache License 2.0
11.08k stars 5.05k forks source link

Customize Sliding #764

Open muhammedgunes opened 7 years ago

muhammedgunes commented 7 years ago

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);)

Xiao-ShaBi commented 7 years ago

just menu.setMode(SlidingMenu.LEFT)

Xiao-ShaBi commented 7 years ago

@muhammedgunes

muhammedgunes commented 7 years ago

I am using both of menu left and right but i want to open right menu only menu button click also i want open left menu slide and menu button click