문제

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