SlidingDrawer is an Android View Widget that hides content out of the screen and allows the user to drag a handle to bring the content on screen.

learn more… | top users | synonyms

0
votes
0answers
4 views

Issue with the Handler in Sliding Drawer Android

Here is my sliding drawer. I want to have the mentioned Linear layout with 5 images in horizontal in handle's place. And the handle is the whole linear layout with 5 images. I need the handle to work ...
0
votes
0answers
23 views

ScrollView with SlidingDrawer

I am working with slidingdrawer for the first time and i don't know why I can't click on my drawer button. I think that is becouse I can't use it in ScrollView, is true? this is my code: ` ...
0
votes
1answer
205 views

Getting DrawerLayout to Slide over the ActionBar

I have a sliding drawer menu in an activity, which has an actionbar with some tabs on it. I'd like to get the sliding drawer to slide over the tabs , not below them. This is what it looks like ...
2
votes
0answers
35 views

click a view on a customised sliding drawer content

I am working on an Android application. In my app I have to show a top to bottom sliding bar including lower versions.So I created a customized sliding drawer.Its works fine. Now I want to add a ...
2
votes
0answers
36 views

how to control speed or motion of the sliding drawer

I'm new to android development. I want to know answer for this question: how to control speed or motion of the sliding drawer? I already tried that but it has not worked. Please provide some ...
0
votes
2answers
80 views

How to create MenuDrawer like Hangouts apps?

I would like to implement a drawer in my app, like in the hangouts app, just on the left side, but thats not the most importent, its good on the right too. I already implemented a menu drawer, how can ...
0
votes
0answers
9 views

How to open a ContentView after the click on a custom button on Notification Drawer in Android?

I'm making an app with notification drawer incl. custom buttons on it via the .setContent() . I need to hide the drawer after pressing one of the buttons and show the content view. Not by pressing the ...
0
votes
0answers
7 views

How to hide Sliding drawer button?

I want to hide the Sliding drawer's handle button. My basic requirement is that on opening of Sliding drawer, sliding drawer button should be disable.
2
votes
0answers
31 views

SlidingDrawer BottomOffset doesn't work

I have a SlidingDrawer inside a relativeLayout. Below that relativeLayout I have another LinearLayout as "included layout". problem is that the SlidingDrawer covers the whole screen and pushes the ...
0
votes
2answers
327 views

create android Sliding Menu like Facebook,gmail

I want to create Sliding menu just like facebook or gmail. I found some Post on stackoverflow but i did not get complete solution for my problem. I Found some library for sliding menu but it not ...
-2
votes
1answer
115 views

sliding drawer - deprecated [closed]

Q - Why was sliding drawer deprecated in API level 17 ? I have been reading at many sources but could not find an appropriate answer. Same question was asked here : SlidingDrawer deprecated but got ...
0
votes
1answer
32 views

Android: receiving IllegalArgumentException after directly importing SlidingDrawer source code

I got an IAE when copying the SlidingDrawer code from Android SDK and importing it into my project. java.lang.IllegalArgumentException: The handle attribute is required and must refer to a valid ...
0
votes
1answer
79 views

Android : SlidingDrawer & wrong display

I have to use SlidingDrawer in my app. I know this class is deprecated but it very useful to do what i want so i have decided to use it. I've used this link Android: can height of SlidingDrawer be ...
0
votes
1answer
39 views

Make the slidingdrawer's content part always be drawn

My issue is absolutely described here: Make SlidingDrawer's content's part always visible?. But I can not post a comment, so I post a new question. I did extend SlidingDrawer like Ixxx, but it ...
0
votes
0answers
144 views

Android MenuDrawer/SlidingMenu makes UI nonresponsive on tablet

I am using a Sliding/Drawer menu for my app, and everything works fine on all devices except on a Samsung Galaxy tab(3.2 Android version). When I open the Activity containing the menus, everything ...
0
votes
2answers
63 views

Make a toast if a slidingDrawer is opening?

Hi I would like to make a toast whenever a slidingDrawer is opening. I would like to know how i can listen if the slidingDrawer is opening and then make the toast if it is. I have looked everywhere ...
0
votes
0answers
90 views

SlidingDrawer with ListView on background

Good evening. I want to have a SlidingDrawer with ListView on background (as handle) and the View with 3 TextView's which slide down and the ImageView as a button to slide. I get the problem , the ...
0
votes
0answers
103 views

SlidingDrawer on Android 2.3.5 not showing from left after rotation

I have this sliding drawer and I'm using rotation to make it slide from left. It works great on OS version 4.x. Drawer thumb shows on left and drawer slides in from left to right. On my HTC Desire HD ...
0
votes
0answers
29 views

Include same layout with own methods in different layouts

I have a Sliding menu which I want to be invoked from anywhere in the app by sliding from left. It looks like this. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
2answers
410 views

placing sliding drawer on top of another layout

i want to show my left to right sliding drawer on top of another layout.. how do i do that?? the blue portion is the sliding drawer...it is not getting placed on top of the other layout.. i have used ...
3
votes
2answers
534 views

Highlighting Selected item in menu-drawer/sliding menu

Library Used: https://github.com/SimonVT/android-menudrawer https://github.com/JakeWharton/ActionBarSherlock https://github.com/JakeWharton/Android-ViewPagerIndicator Question: I have been ...
2
votes
0answers
213 views

Overlay ActionBar with sliding drawer

Is it possible to overlay the actionbar with one specific view(i.e sliding drawer)? I know i can make the whole activity full screen and put the action bar on top of it, but i need to slide a sliding ...
-1
votes
1answer
247 views

Android: MenuDrawer/SlidingMenu/SlidingDrawer as system overlay

For my application, I want to add a certain type of drawer as a system overlay. The handle for the drawer has to be small, while the menu itself should be able to cover the whole screen. Could anyone ...
-1
votes
1answer
139 views

How to use android-undergarment library

I am trying to use the android-undergarment library to create a side menu but I don't seem to be able to figure out how to add items to the listview layout I supplied to the constructor. Any help will ...
0
votes
1answer
152 views

SlideDrawer in android always apper as transparent , how can i set background and avoid transparent

SlideDrawer in android always appear as transparent , how can i set background and avoid transparent. here is the code of SlidingDrawer control i try to set this ...
1
vote
1answer
940 views

Android Sliding fragment instead of menu

I would like to implement an activity with 2 fragments in tablet app. Fragment A on left and second fragment B with some additional info on the right. Lets say each fragment has half of the screen ...
0
votes
0answers
96 views

android slidingdrawer with handle overlapping content

i am trying to implement a sliding drawer. I implemented a standard slidingdrawer and it works as expected. But what i expect from my slidingdrawer is little bit more than that. I want my handle to ...
3
votes
2answers
360 views

SlidingDrawer over GoogleMap

First of all, I know the SlidingDrawer is deprecated, but I haven't found any alternative to it so I'm using it anyways :3 (If someone knows an alternative to it, please share it!) So I have a ...
0
votes
1answer
160 views

scrollview is too slow in android

I am displaying 6 TextViews in a LinearLayout. I have kept ScrollView for all these LinearLayout. My Code is as follows... <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
0answers
135 views

SlidingDrawer Issue

In my app, i have added a Drag Layer in my layout and a Sliding Drawer as well. i have added a grid View containing images inside Slide Drawer.Now what i need is, after selecting an image from grid ...
0
votes
0answers
274 views

Secondary menu using jfeinstein10/ SlidingMenu library

I have a requirement to implement the sliding drawer in android. I'm using the jfeinstein10/ SlidingMenu library to get my sliding drawing component which will basically open a listview. However, ...
0
votes
1answer
101 views

SlidingDrawer content covered by WebView

I have a WebView and a SlidingDrawer that when openend opens up over the WebView or at least that is the idea. The sliding drawer handle and content shows up above and below the WebView but not on ...
1
vote
0answers
111 views

SlidingDrawer animation isnt visible

I have some problem with SlidingDrawer animation. I have a View activity_main.xml <?xml version="1.0" encoding="utf-8"?> <FrameLayout ...
0
votes
0answers
69 views

stack overflow error in while running an application

my android application contains a sliding drawer with in a tabhost. the xml file which contains the slidingDrawer is given below. <LinearLayout ...
0
votes
1answer
1k views

Add a sliding menu into activity using SimonVT's android-menudrawer

I really need help incorporating this type of drawer into my android application. The Feinstein sliding menu drawer library is confusing and leads to tons of errors that I'm unable to fix - ...
0
votes
1answer
834 views

Android:: How do I open a Sliding Drawer when the screen is full?

I've got a full screen so I wanted to add a sliding drawer at the bottom to be able to pull up some buttons that I will need. Problem is the drawer will only slide up a little because the screen is so ...
1
vote
1answer
102 views

How can i put SlidingDrawer as a system overlay?

How can i put SlidingDrawer as a system overlay(or show it always on top)? I will use service to show it, but i don't know how to do it(showing SlidingDrawer as a system overlay using Service) How can ...
0
votes
2answers
254 views

Sliding Drawer Not Showing

I want to have a sliding drawer which shows up at the bottom of my view but it currently does not show. I have also tried using a linear layout as the root with the scroll view have a weight of 1 but ...
0
votes
2answers
147 views

Android: SlidingDrawer like the one in the Android main window

I implemented a SlidingDrawer in my app and everything works fine so far. Then I made an invisible handle, just like the one in the Android main window. Now I want, that it is possible to grab the ...
0
votes
1answer
52 views

How to make OnDrawerOpenListener() work in android

Can someone explain how to get this to work please. Says its deprecated, just wondering if I can force it or if there is another way to change my title label when the SlidingDrawer is opened then ...
0
votes
0answers
86 views

Android OpenGL SlidingDrawer black square

I've a problem with OpenGL and Android 2.2.5 with the SlidingDrawer When I navigate to my fragment containing a glSurfaceView and try to open the SlidingDrawer the SlidingDrawer appears but a black ...
0
votes
1answer
295 views

Slide to limit content of SlidingDrawer

Hi I am doing a sliding drawer, following the tutorial here: http://android-pro.blogspot.sg/2010/09/using-android-slidingdrawer.html However, the sliding drawer either open or closes fully. Is there ...
2
votes
0answers
126 views

SlidingDrawer substitute component

I saw that SlidingDrawer has become deprecated from API level 17. Is there a similar component I can use. I need to be able to have a handle, pull it and see more content just like in SlidingDrawer
1
vote
1answer
567 views

SlidingMenu with ViewPager and ActionBarSherlock Tabs

In my calendar application, I am using ActionBarSherlock to display two tabs - 1) Calendar 2) Converter. On the click event of an ActionBar menu item, I'm using SlidingMenu drawer to display event ...
0
votes
2answers
457 views

how to use slidingDrawer be scrolling left and right

I want to implement right left scrolling. When the user doing left or right just to show him next or before sell on the array on my text view. I think I need to use for this slidingDrawer but I ...
0
votes
1answer
142 views

SlidingMenu ListFragment menu destroyed after OnItemClickListener fires

I'd like to start off by saying this is my first largish Android app... I'm using the third-party library SlidingMenu and everything is working great except for one thing: when the user taps a list ...
0
votes
1answer
362 views

SlidingMenu without fragments

Is it possible to use the SlidingMenu (seen https://github.com/jfeinstein10/SlidingMenu) without the use of fragments? In my app i am using GreenDroid, and seeing it doesn't yet have support for ...
0
votes
1answer
173 views

Android Sliding Drawer with first row always visible

I've created an Android sliding drawer but when it is dismissed it is completely hidden. The behavior that I'm looking for is to have the first row of the drawer visible at all times. If this is ...
1
vote
0answers
175 views

InvocationTargetException on implementing Sliding Menu

I am building app where I need implement Sliding Menu. So I have integrate this library. But my app gets crash when I am launching this activity. Here's the snippet of xml, java and stack trace. xml ...
0
votes
1answer
830 views

Z-index in android?

I've more than one elemen in one xml.. listview,slidingdrawer,edittext and button... i want to sliding drawer order is always in front of another elements...but i can't.. here my xml ...

1 2 3 4 5 6