-
I don't know if it's a bug or I missed something.
I'm not able to drag the View to the right to show the left slidemenu when I'm dragging on top of an UI-Element, like a table or buttons. This is wor…
-
At ExampleSherlockActivity the slide-menu fragment should add with replace as below:
// set the Behind View
setBehindContentView(R.layout.frame);
FragmentTransaction t = getSupportFragmentManager().…
-
Hi Again,
maybe I haven't seen it, is there a possibility that I can use your beautiful menu in the 'middle' of my project?
Explanation: I write an app with another view controller as initial view c…
-
Hello,
Is there a way to set slide menu width?
-
I am having width issues on Google Tablet Emulator avail in eclipse.
http://s7.postimage.org/im9slv2q3/error_jf.jpg
-
If I visit my test page through the browser, all the specs pass.
Running 'grunt jasmine' via command line, no tests get executed and I get the error 'Can't find variable require' so I'm wondering if …
-
It is crashing on Samsung S3 android build 4.1
ClassCastException: LinearLayout casting to FrameLaout.
I found solution :+1:
1. private static ViewGroup parent;
2. ```
Converted all FrameLayout.…
-
I think swipe slidemenu should be disabled when the menu icon is not exposed.
-
It would be great to have different slide menu depending on the page you are. For example:
# page1 -> #slidemenu1
# page2 -> #slidemenu2
...
But even though you define different slide menus, all …
-
I want to show the sliding screen first when the activity is invoked.That is when the user enter into the app home he need to see the sliding menu first(contains the list ) .For that what i need to do…