Questions tagged [slidingdrawer]

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.

From official documentation of SlidingDrawer class:

SlidingDrawer hides content out of the screen and allows the user to drag a handle to bring the content on screen. SlidingDrawer can be used vertically or horizontally. A special widget composed of two children views: the handle, that the users drags, and the content, attached to the handle and dragged with it. SlidingDrawer should be used as an overlay inside layouts. This means SlidingDrawer should only be used inside of a FrameLayout or a RelativeLayout for instance. The size of the SlidingDrawer defines how much space the content will occupy once slid out so SlidingDrawer should usually use match_parent for both its dimensions.

Tag Usage:

441 questions
-2
votes
1 answer

Android Navigation drawer menu item icon color

I need to know how to set specific color for each menu item icon in navigation drawer.I am currently using latest navigation drawer in android studio 1.4.1 and also how can we include navigation header image view and name in our activity since the…
-2
votes
1 answer

how to close the slidind drawer with the return button - android

i try to close the sliding drawer when i click on the return back key but its not working here is the code i used @Override public void onBackPressed() { Log.d("onBackPressed Called", FROM_SETTINGS_KEY); slidingDrawer.close(); } the xml…
user3425815
  • 25
  • 1
  • 8
-2
votes
1 answer

Implement Vertical Sliding drawer for API > 17

I want similar drawer pattern, in which view can be expanded vertically through Handle. Any help on this will be appreciated!! Thanks
-2
votes
2 answers

Sliding menu issue

I have created a sliding menu.. it worked perfect, but today I wanted to add a new block.. i did it, it was perfect, but after the creation, it appeared an error which said to add a superwarning to getActionBar().setDisplayHomeAsUpEnabled(true); and…
Ezekiel
  • 89
  • 3
  • 12
-3
votes
1 answer

C# code for open/close drawer and printing the receipt at the same time?

Does any body know how to create a C# application that can open a drawer connected to the computer and print receipt at same time? Drawer Name: PCD-354 Electronic Cash Drawer Cash receipt printer: Epson TM-T88v
Allan Chua
  • 9,305
  • 9
  • 41
  • 61
-3
votes
1 answer

sliding drawer - deprecated

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 no proper answers. Thanks
Ankit Rustagi
  • 5,539
  • 12
  • 39
  • 70
1 2 3
29
30