Вопрос

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 ?

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

Решение

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

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