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

TOUCHMODE_MARGIN for only one side of the sliding menu #468

Open shalommelamed opened 11 years ago

shalommelamed commented 11 years ago

Hello, I have a sliding menu that have the next attribute: sm.setMode(SlidingMenu.LEFT_RIGHT); and sm.setTouchModeBehind(SlidingMenu.TOUCHMODE_MARGIN);

what i want to do is to the TOUCHMODE_MARGIN only for the left menu and if i slide right i don't want the right behind view to open.

is it possible? and if so how can i do that?

henrikpersson commented 10 years ago

See #595