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

I have a problem when migrate my projecto to androidX. In Sliding Menu has the attribute "mode" and it duplicate conflict with something androidX library then build project. Anybody help...

I got that error multiple times 01-24 22:32:14.128: E/AndroidRuntime(4629): at com.jeremyfeinstein.slidingmenu.lib.CustomViewAbove.dispatchDraw(CustomViewAbove.java:827) 01-24 22:32:14.128: E/AndroidRuntime(4629): java.lang.StackOverflowError 01-24 22:32:14.128: E/AndroidRuntime(4629): at android.text.Layout.getLineVisibleEnd(Layout.java:1138) 01-24 22:32:14.128: E/AndroidRuntime(4629): at android.text.Layout.getLineExtent(Layout.java:984) 01-24 22:32:14.128: E/AndroidRuntime(4629): at android.text.Layout.drawText(Layout.java:345)...

当左滑菜单出现的时候,想让右侧的小块内容页,出现黑色遮罩效果

We did upgrade all our Android application and libraries to use Java 8 and API v25. The CustomViewAbove class uses a deprecated library FloatMath since API v23. The Android documentation...

Hi! Just noticed when you "INVISIBLE" view behind it wastes some time for onMeasure even if it's hidden. So, I tried to "GONE" view and it become much better for...

Hi guys I have a problem with android Immersive mode, the problem is that it works perfect with every activity I have except one that have SlidingMenu setup. Here is...

To make it easier to start using SlidingMenu it would be great if it was available through Maven central. Any users using Maven can add SlidingMenu to their project using...