slidingdrawer
Add scroll view in sliding Drawer
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.[详细]
2023-03-31 13:50 分类:问答Alignment issue of the SlidingDrawer
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[详细]
2023-03-31 12:27 分类:问答Android SlidingDrawer
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.[详细]
2023-03-31 12:01 分类:问答SlidingDrawer above other views
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 ?[详细]
2023-03-30 10:44 分类:问答Android: SlidingDrawer ignores requestLayout()
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.[详细]
2023-03-29 03:25 分类:问答I want to make a pop up menu that allows selection of different options on android
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[详细]
2023-03-27 22:11 分类:问答iOS: Sliding UIView on/off screen
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[详细]
2023-03-24 00:55 分类:问答android how can i close a SlidingDrawer that was opened manually
Been searching for a solution and i partially got it but still need to ask.. I use my finger to open the drawer.[详细]
2023-03-19 08:26 分类:问答android why is a sublass slidingDrawer hight behaving bad?
Probably simple but i cannot figure this out. I have a subclass of SlidingDrawer only to handle the hight correctly.[详细]
2023-03-15 07:19 分类:问答How Can I Stop an Android SlidingDrawer from Flickering when TextView repaints
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[详细]
2023-03-15 05:26 分类:问答