Gaston Flores
Gaston Flores

Reputation: 2467

How to slide a GoogleMap correctly using ActionbarSherlock, jeremyfeinstein slidingmenu?

I have a problem sliding the map using ActionbarSherlock and Jeremyfeinstein slidingmenu. When I try to move on the map to the left (anywhere on the map) just move the Jeremyfeinstein SlidingMenu, but I just need to move the map. Please see next image: enter image description here

I need something like this: enter image description here

Upvotes: 0

Views: 98

Answers (1)

Gaston Flores
Gaston Flores

Reputation: 2467

Sorry, but I found the solution, I had this:

getSlidingMenu().setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN);

And I changed it:

getSlidingMenu().setTouchModeAbove(SlidingMenu.TOUCHMODE_MARGIN);

Upvotes: 1

Related Questions