Tagged Questions

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

15
votes
2answers
5k views

Android: can height of SlidingDrawer be set with wrap_content?

I'm trying to implement a SlidingDrawer that will occupy the full screen width, but whose height is determined dynamically by its contents: in other words, standard fill_parent layout behaviour for ...
9
votes
4answers
2k views

How can I disable a view behind my SlidingDrawer in Android?

I have a SlidingDrawer that pops up from the bottom of the screen and fills the screen about 80%. Even though the SlidingDrawer view is in focus, it is still possible to click on items, buttons and ...
9
votes
5answers
20k views

How to make an Android SlidingDrawer slide out from the left?

I'm using a slidingDrawer in my application that has its handler placed at the bottom when in portrait mode. When the user switches to landscape mode (widescreen) I would like to have the handler ...
6
votes
3answers
134 views

Change how SlidingDrawer responds to trackball or cursor

(Please note that the behavior described in this question only appeared because of something else seemingly unrelated we were doing. See the accepted answer.) We have an Android activity with a ...
5
votes
2answers
954 views

Add button to a SlidingDrawer handle?

I've been working on this for a while. The Idea started simple, I wanted a button on a SlidingDrawer handle to allow the user to view settings specific to the content of the drawer. So I made a layout ...
3
votes
1answer
522 views

android Is it possible to have multiple SlidingDrawer

Kind of new to many things in android and here is one. Playing around with the Android SlidingDrawer widget. Would really like to have 4 of them on the right side of the screen. Each one filling the ...
3
votes
1answer
704 views

how to make SlidingDrawer transparent

Im currently trying to add the SlidingDrawer in my application.. My activity consists GridView and the SlidingDrawer will be coming from bottom to top.. Now my problem is i need to make the ...
2
votes
2answers
54 views

SlidingDrawer hidden by image in SurfaceView

I have both a SlidingDrawer and a custom SurfaceView that renders an image. I have just tried to drag the SlidingDrawer up and in doing so have discovered that it goes behind the image in the ...
2
votes
1answer
54 views

Background colour of sliding drawer

I am currently working on an android project and making use of the SlidingDrawer but I am having a problem with changing the background colour. By default the SlidingDrawer appears to be ...
2
votes
1answer
108 views

Android SlidingDrawer Position Handle Offscreen

Is it possible to position a SlidingDrawer so that the handle is just below the bottom of the screen? The functionality that I'm going for is that a user will press a button (not attached to the ...
2
votes
0answers
165 views

Android : How to set Sliding Drawer topOffset/bottomOffset at runtime?

I came across this topOffset attribute of a Sliding Drawer. It seems pretty useful, but I would like to set it at runtime. Is this possible? I looked through the developer docs, couldn't find ...
2
votes
3answers
452 views

Relative Layout, SlidingDrawer and ListView

I am trying to build a ListView Activity with a toolbar at the top. The rightmost tool in this toolbar will be a handler to a horizontal SlidingDrawer which will provide a sliding EditText on top of ...
2
votes
0answers
159 views

Open Percentage of SlidingDrawer in Android

I am trying to determine the "open" percentage of a SlidingDrawer in Android. It seems that the drawer only has onOpen, onClose and onScroll Listeners. OnScroll only provides methods for determining ...
2
votes
1answer
652 views

Sliding Drawer layout Problem in android

hi i have put Sliding drawer in my application but this takes Space like in below Image if drawer is open and if it is close then it looks like My layout is below <?xml version="1.0" ...
2
votes
1answer
411 views

Add a ListView Into a SlidingDrawer?

How do I inflate a ListView into a SlidingDrawer? Thnx for the input. The main.xml: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
2
votes
0answers
462 views

How can a SlidingDrawer be animated?

I try to open/close my slidingdrawer with animateOpen() and animateClose(), but it seems it opens and closes instantaneously, like open() and close(). What's wrong? I've seen that SlidingDrawer can't ...
2
votes
5answers
786 views

Android SlidingDrawer doesn't disable buttons 'under' the drawer

This is the scenario: I have a button B, and a slidingdrawer that when pulled out covers the entire screen. When I pull out the screen, and touch the screen where B used to be visible, its action is ...
2
votes
3answers
4k views

ClassCastException in Eclpse 3.5 and 3.6 when in Graphical Layout with a SlidingDrawer

Has anyone got the Graphical Layout working correctly in either Eclipse 3.5 or 3.6 when using a Sliding Drawer? I keep getting the following error in both: error! ClassCastException: ...
2
votes
1answer
533 views

Position of SlidingDrawer handle?

I would like to have two overlapping SlidingDrawers (spanning the whole application window) with their handles side by side so that the user can open both drawers easily. However, it seems that the ...
2
votes
2answers
903 views

How to create a pull out menu as a new Activity

How do you create a pull out menu as a new Activity. Is it possible to have a button that you can pull out as in the Google's built in camcorder app and have that start a new activity? Does a button ...
1
vote
1answer
58 views

Same SlidingDrawer in all activities?

I have a slidingDrawer in my application that contains links which should be accessed by all activities. Is it possible to create a single slidingDrawer and extend it to all activities? Any example ...
1
vote
1answer
159 views

Hiding the sliding drawer handle

I am building a view in my Android application using a sliding drawer widget. I have implemented my own custom handles (just a row of menu buttons which then changes the content of the drawer and then ...
1
vote
1answer
88 views

How to resize SlidingDrawer?

In my application I have 8 buttons in 2 lines (2x4 buttons). I show/hide them using a SlidingDrawer. Right now, I can show 0 or 2 lines of buttons. But I want to show them in steps: slide up -> ...
1
vote
0answers
106 views

ScrollView Not Scrolling within SlidingDrawer

I have an XML with a hierarchy like such: |- Relative Layout |----> TextView |----> TextView |----> Gallery |----> Sliding Drawer |----> Button (handle for ...
1
vote
0answers
110 views

Android: Get SlidingDrawer Handle position

I would like to perform some transparency changes to views which will be hidden when the user drags the handle of a SlidingDrawer manually. The "setOnDrawerScrollListener" only triggers ...
1
vote
1answer
528 views

SlidingDrawer animation velocity

I'm new to Android programming and to stack overflow, and I need to slow down the animation speed of a SlidingDrawer in my app. I've already subclassed SlidingDrawer like this: import ...
1
vote
1answer
73 views

Non-dialog sub menus?

I've seen several instances of a menu with a "More ..." button that appears to open something like a list on a sliding drawer instead of the standard submenu popup dialog. Is this actually being done ...
1
vote
1answer
175 views

SlidingDrawer content stops at previous sibling view

I've got a view with a SlidingDrawer at the bottom. When I open it, it does not open entirely and stops at previous sibling view. Anybody can help? Thanks <?xml version="1.0" ...
1
vote
3answers
320 views

Disabling layer under SlidingDrawer in Android

I've found a few questions on this topic and i've tried the solutions, but I can't seem to get it right. I have a TableLayout as the first child in a RelativeLayout and a SlidingDrawer as the second ...
1
vote
1answer
537 views

onClick event on a SlidingDrawer not triggered

I created a RelativeLayout containing an ImageView and a SlidingDrawer. I set an onClickListener on the ImageView and another one on the content part of the SlidingDrawer. When the SlidingDrawer is ...
1
vote
1answer
377 views

Android: Slidingdrawer.lock() blocking touch input for the rest of the layout

I have an Activity with a viewFlipper and a slidingDrawer. The SlidingDrawer's Handler contains an extra button wich is clickable. The problem is, the extra button on the handler only registers ...
1
vote
1answer
999 views

Android : is there a way to properly set a SlidingDrawer width and height to half screen?

I have to set a SlidingDrawer on the right side and on click it should not expand over the half screen. I saw many tutos and i managed to set it more or less correctly but it's currently pushing ...
1
vote
1answer
180 views

Buttons in a SlidingDrawer

In my android app, I'd like to put buttons in the handle of a SlidingDrawer. 1) Do you think it's correct from a design point of view ? 2) How do I prevent the buttons to get focus when the handle ...
1
vote
2answers
734 views

Android: SlidingDrawer disappears under SurfaceView

I'm trying to create a SlidingDrawer with LinearLayout content over a FrameLayout. At first it all seems fine, I get my SlidingDrawer's handle at the bottom of the screen. But then, if I start ...
1
vote
1answer
367 views

Space between handler and content in a SlidingDrawer

When I try to use a SlidingDrawer in the horizontal orientation I get a space between the handler and the content. Any idea how I can get rid of it? In the vertical orientation I do not get a space. ...
1
vote
1answer
75 views

Views whose state spans multiple Activities

How can I create a custom view whose state spans multiple Activities? Creating a custom view is not the hard part. To be specific, I am using a sliding drawer, and I want this drawer to maintain ...
1
vote
1answer
2k views

Android SlidingDrawer how-to

I've looked in many places, but I cant find a decent tutorial on how to make a SlidingDrawer for my application. Say i already have an XML file, and i want to add a sliding drawer to it..i also want ...
1
vote
0answers
230 views

Overriding OnDraw() for a SlidingDrawer

I have two questions: What is the function of dispatchDraw()? The documentation says that it draws the children for the widget. Is this called after the onDraw() of the widget or is it totally ...
1
vote
1answer
537 views

Android SlidingDrawer default state?

I'm currently having trouble with a SlidingDrawer. I want it to be closed when the application starts so it doesn't get in the way. However, it is determined that it will be open, despite putting ...
1
vote
2answers
661 views

Sliding drawer has 1 transparent pixel between handlebar & content pane

I have created a sliding drawer with a handle bar and a content pane. There seems to be a single transparent pixel between the handle bar and the content pane. how can i get rid of this. here is my ...
1
vote
2answers
1k views

How do I create a sliding drawer in code?

I'm trying to create a sliding drawer in code, but I don't understand what to do for the AttributeSet part of the constructor. What do I need to do for that? Also, how do I define in code where the ...
1
vote
5answers
962 views

Opening an MS-Cash Drawer, Wrong Code? Bad Code?

Humbling expierence here and I think this one will make a fool of me, but...I'm trying to convert an ancient cash register program to .net. Conquered everything else, but I can't pop open the cash ...
0
votes
0answers
20 views

Different height sliding drawer div using different negative margins with different screensizes in jQuery?

I have a slideshow using the Supersized plugin that has a sliding drawer header div with horizontal top navigation that I want to hide mostly off screen while the slides are playing. A small strip at ...
0
votes
0answers
16 views

android home sceen with slidingDrawer

I have developed an application and used this class "DragableSpace" in the first answer to this question Developing an Android Homescreen and I need to add slidingDrawer and keep it in all slider ...
0
votes
2answers
32 views

SlidingDrawer move over the original screen

My application contains a screen which contains a horizental SlidingDrawer. When user perss on the drawer handle, the drawer should "cover" the whole screen. when it closed, the "original" screen ...
0
votes
1answer
26 views

Android: Can't interact with custom view inside a SlidingDrawer

I have a custom compound component, which consists of a table layout with buttons in it. Everything worked fine until I tried to put this view into a sliding drawer, and then was no longer able to ...
0
votes
3answers
27 views

Android SlidingDrawer handler's image

I'd like to use my own image as handler's image. How can i change the default handler image to onther image? Thanks, Eyal.
0
votes
1answer
25 views

Android (native java) - Sliding Drawer - Content (Imageview and Checkbox) click event not firing

In one of the project,we have a sliding panel from the bottom. In which user can choose the checkbox and click the image inside the panel. so i have added a sliding drawer component inside the ...
0
votes
1answer
25 views

hide SlidingDrawer on screen tap

By default, in Android SlidingDrawer designed to use a child view as a handle to open or hide its self. But here want to hide my SlidingDrawer by tapping on any place on the screen that are not inside ...
0
votes
0answers
24 views

Scroll view not scrolled inside of Sliding drawer

I have a layout of framelayout and inside of this there are 2 child view, Sliding drawer and listview. Inside of the sliding drawer I need a scroll view but when I run it scroll view can not be ...

1 2 3