This is the scenario: I have a button B, and a slidingdrawer that when pulled out covers the entire screen.
I would like to define the height of sliding drawer height dynamically or statically whatever. Below is my xml layout file. Any suggestion would be appreciate.
This question already has answers here: 开发者_JAVA百科 Closed 11 years ago. Possible Duplicate: Android: can height of SlidingDrawer be set with wrap_content?
Can we make tabs inside a drawer with android, and is i开发者_StackOverflow中文版t the same way to do it normally ?
I\'m using a SlidingDrawer to show some selected Facebook contacts. When open, how c开发者_JAVA技巧an I make it scrollable to beable to see all the contacts if the total width of my SlidingDrawer\'s h
I have a listview, for each list item i have unique drawer. So my question is 1.how to achieve opening of single drawer (onclick of handle) at a time resultin开发者_开发技巧g into other drawers to b
How can I open a Slidi开发者_开发技巧ngDrawer using a button not attached to it?In other words, I like to open it w/o the handle.Call open() on the SlidingDrawer.Calling .open() and .close() makes the
I am making a quiz application in which i am planning to use the SlidingDrawer control for displaying different question numbers. Clicking on a number will allow the user to jump to a specific questio
I hav开发者_Python百科e an Activity with a viewFlipper and a slidingDrawer. The SlidingDrawer\'s Handler contains an extra button wich is clickable.
I am developing an application that contains many activities and i created my own menu (i don\'t want to use the built in menu button) with the Sliding Drawer