SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thank...

Results 101 SlidingMenu issues
Sort by recently updated
recently updated
newest added

Hi, and tnx a lot for your library. i have problem really strange, that , when i open sliding menu , its look good, then when i close that, i...

Does it work with Adobe Flash ? or do you have any suggestion on what coding might works on Adobe Flash ?

I'm using `menu.setMode(SlidingMenu.LEFT_RIGHT);` ` menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_MARGIN);` But i want to disable sliding only one menu(first or second). Not both of them(`menu.setSlidingEnabled(false);`)

Can You tell me how to add fragments to the Sliding menu and switch between them. I have tried whole day on this. I have also refered this link ....

In CustomViewAbove.java, line 300, `float distanceInfluenceForSnapDuration(float f) { f -= 0.5f; // center the values about 0. f *= 0.3f * Math.PI / 2.0f; return (float) FloatMath.sin(f); }` "android.util.FloatMath is...

@android:color/holo_blue_dark Your Log Show ' V/CustomViewBehind: behind INVISIBLE'

If I use the SlidingMenu together with ActionBarSherlock (maybe unrelated) and with this settings: ``` SlidingMenu sm = getSlidingMenu(); sm.setShadowWidthRes(R.dimen.shadow_width); sm.setShadowDrawable(R.drawable.shadow); sm.setBehindOffsetRes(R.dimen.slidingmenu_offset); sm.setFadeDegree(0.35f); sm.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN); sm.setTouchModeBehind(SlidingMenu.TOUCHMODE_FULLSCREEN); ``` I cannot use the...

- I have reported the issue in stack overflow (https://stackoverflow.com/questions/39052024/androidwindowsoftinputmode-adjustresize-shows-white-strip-on-top-of-view-while) After searching I came to know that once I open the Sliding Menu after that white strip on top issue...

Hi, I have a `SettingFragment` that contains options to change app language, for example when I change language to french I must set the menu to the LEFT ;`setMode(SlidingMenu.LEFT)`, and...