Вопрос

I am using SlidingMenu together with a MapView and would like to disable swipe gesture used to open the menu whenever user has the map fragment as the content fragment. How can I do it?

Это было полезно?

Решение

on SlidingMenu object do getSlidingMenu().setSlidingEnabled(false); when your fragment is visible.

Другие советы

mDrawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);    

This should work.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top