Pergunta

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 ?

Foi útil?

Solução

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().

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top