How to set a handle button in slider content in android?
I am working with android.I had used slider library in my application. Now I want to add a button to handle the slide activity,so I can swipe contents along with button to open and close as in the picture.After close the slide menu, button will appear infront of the activity. I don't know whether it is possible or not. Please help me if you are familiar with this library, thanks in advance :) I used the following code to access slider content SlidingMenu menu = new SlidingMenu(this); menu.setMode(SlidingMenu.LEFT); menu.setApp_id("ads"); menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN)