SlidingMenu
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...
i want to scale my contentview when left/right menu opened. but i can't add scaling function because slidemenu use scroller. when i google it, i know scroller doesn't support scale...
java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at java.util.ArrayList.get(ArrayList.java:304) at android.widget.HeaderViewListAdapter.isEnabled(HeaderViewListAdapter.java:164) at android.widget.ListView.dispatchDraw(ListView.java:3193) at android.view.View.draw(View.java:13770) at android.widget.AbsListView.draw(AbsListView.java:4395) at android.view.View.getDisplayList(View.java:12718) at android.view.View.getDisplayList(View.java:12762) at android.view.View.draw(View.java:13491) at android.view.ViewGroup.drawChild(ViewGroup.java:3219) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3089) at...
First, the content is not behind status-bar Second, it cause my phone to log infinite AbsListView: unregisterIRListener() Please tell me how to solve this And yes, I've read https://github.com/jfeinstein10/SlidingMenu/issues/623 and...
Hi. I tested my app using monkey test and found next exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:4548) at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:4485) at android.view.FocusFinder.findNextFocus(FocusFinder.java:121) at android.view.FocusFinder.findNextFocus(FocusFinder.java:94) at...
Add a gif or Readme to see what the library actually does
Setting the translucent navigation bar theme to the activity SlidingMenu is attached to (in window mode), the bounds of the above and behind views are still restricted to the original...
Scrollview and setvisibility not working in android L. It's working on other version but not working on android L. If You need I can share code with you.
Hi guys! I want to use 2 behind views. I will show one at a time but with different behindoffsetres(). I used onOpenListener() for switching I used setbehindcontentview(view v) and...
how do we effectively to detection navigation bar on the bottom? the view size needs to be adjusted by its demand. let me know if u got the [solution](https://github.com/jjhesk/BringItBackAdvanceSlidingMenu)
I need to show a listview in one of my side menu item click.When i added the listview and wrote code,the transition animation went so bad.Its not smooth now.I added...