سؤال

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