Domanda

I'm using a SlidingMenu for Android

Is there a way that I can make it slide only half the screen not all the way to the end ?

È stato utile?

Soluzione

Use

getSlidingMenu().setBehindOffset(offsetValue);

where offsetValue determines how far the menu goes. If you want to have it go half the screen, first get your screedWidth, then divide by 2 and pass the value to setBehindOffset().

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top