문제

I have an app that implements sliding menu from jfeinstein10, but i can't make the menu remains fixed until the user does something. Any ideas? For example, when click a item on listview

도움이 되었습니까?

해결책

Solved!! I did the following:

to disable menu:

getSlidingMenu()setTouchModeBehind(SlidingMenu.TOUCHMODE_NONE);

and to enable the menu:

getSlidingMenu()setTouchModeBehind(SlidingMenu.TOUCHMODE_MARGIN);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top