I have used SlidingDrawer in my application. Now I want to add scroll view in it. I have tried 开发者_如何转开发to do so but it gives me error which says sliding drawer must have specified dimensions.
I have created a SlidingDrawer which content the list view i want to align the handle of the SlidingDrawer at the right corner of the screen but it always align at the center ...please suggest me how
Im tryng to use SlidingDrawer on android. When you click on ImageButton \"handle\", SlidingDrawer \"slidingDrawerMP\" should overlap \"coversSongLayout\" Linear Layout, but it don\'t work.
how do i place a slidingdrawer above another view so i doesnt come out from the bottom of the screen, but from the top of another view ?
It appears that SlidingDrawer ignores calls to requestLayout() and forceLayout(). I have a SlidingDrawer in the bottom of my layout. This SlidingDrawer has a simple layout set as its android:handle.
I have a bitmap displa开发者_开发知识库ying some medical information and want to have an option to bring up a menu from the bottom of the bitmap which allows choosing different diagnostics, some withi
I\'m working on an app where having a \"drawer\" on the left-hand side would be very beneficial. I\'m doing some initial testing to see how I would best accomplish this, and I\'m having some very basi
Been searching for a solution and i partially got it but still need to ask.. I use my finger to open the drawer.
Probably simple but i cannot figure this out. I have a subclass of SlidingDrawer only to handle the hight correctly.
I have an Android activity that includes some TextViews and a SlidingDrawer. The sliding drawer animates smoothly as long as nothing calls setText on the TextViews. This is a dealbreaker for me, becau