Questions tagged [drawer]

753 questions
0
votes
3 answers

Android: Menu slider with multiple lists

Can someone help me with this error ? XDA Developer thread I want to use navigation drawer ...but not simple one. but similar to this one How can I have list of items below it item 1 item 1, then have header list of houses house house 2 house…
user3278732
  • 1,694
  • 10
  • 31
  • 67
0
votes
1 answer

Android app: How to change fragments in Navigation Drawer

First of all I'm new to android developement and also to java. I created a new project with the fragment navigation drawer, but I don't really know how to add and change to those new fragments with it. (It also seems like it doesnt change any…
ninety
  • 43
  • 9
0
votes
1 answer

how can i use navigation drawer in api level 8

I have used navigation drawer in my app which is currentlu running on min api level 14, I want to run it on min api level 8 as wel, Kindly give some solution
0
votes
1 answer

Change SlidingMenu (buttons, state, animation)

I'm using jfeinstein10/SlidingMenu. In the Activity after some action i need to do: change some buttons in SlidingMenu in this activity. How can i do it? remove/disable SlidingMenu, how? Additional question: Is possible use SlidingMenu as Drawer?…
Mnio
  • 93
  • 1
  • 8
0
votes
2 answers

Android drawer layout to start new activity without drawer

I just want to start the following activities using the layout.Please help me and thanks in advance. My xml and rest files are working pls just go through the java file and let me know the changes. NavigationDrawer appears but does not respond to…
Sanket Naik
  • 173
  • 2
  • 16
0
votes
1 answer

Headings under Navigation Drawer

How to add Headings in drawer layout. For example in YouTube application it has Headings in it's drawer like Subscription and from YouTube... So How we can add such Headings in Drawer Layout? Check below image I want to add heading like…
0
votes
1 answer

How to change color in Android side menu drawer

does someone know how to change the color from the selected sidemenuitem??? (Red marked in the image) I use the sherlock side menu drawer... p.s. Sorry for my bad english here the pic http://i43.tinypic.com/5d4ith.jpg
0
votes
2 answers

Set ActionBarDrawerToggle color

In my app I'm using a Drawer Layout, following the example of Android Developer. As you probably konw, the 3 lines of the Toggle button in the top-left corner are light grey... Well, I would like to set their color the white, because the ActionBar…
veveve
  • 51
  • 1
  • 7
0
votes
1 answer

Firefox OS get selection from drawer with Building Blocks

I am trying to do a drawer menu for in my Firefox OS app, based in the Bulding Blocks from Firefox team: http://buildingfirefoxos.com/building-blocks/drawer.html At the moment I have a menu button that show and hide the menu, but I can not change to…
Sqlumee
  • 1
  • 1
0
votes
3 answers

MS cash drawer with epson TM-IV88 Status API

Does anyone know how to monitor cash drawer's open/close state using Advanced Printer Driver's Status API for Epson TM-88IV thermal printer. I wish i could use OPOS for ADK .Net, but haven't had luck setting it up on windows 7. Does anyone know how…
Xience
  • 351
  • 2
  • 8
  • 22
0
votes
1 answer

Android Gridview inside framelayout not showing right

i have an issue while trying to show a gridview on my FrameLayout. I'm using FrameLayout because my navigation drawer is on the same activity. The problem is the following: EDIT: I had to let only the link because stackoverflow does not allow me to…
Douglas Roos
  • 613
  • 10
  • 28
0
votes
1 answer

Align part of listview items to top and part to the bottom

I have a listview in the actionbarsherlock drawer matching its full size for switching between frames. I want to align 4 listitems from the listview to the top and 3 to the bottom of the drawer. Any idea how to do it ? First idea was to calculate…
maxxxo
  • 672
  • 3
  • 10
  • 28
0
votes
2 answers

Can we launch navigation drawer without using ActionBarDrawerToggle?

Can we launch navigation drawer without using ActionBarDrawerToggle? In my implementation, I do not want to use action bar. So, I don't want ActionBarDrawerToggle to open and close the drawer. I want to open the navigation drawer when hardware…
arun8
  • 1,191
  • 2
  • 14
  • 26
0
votes
1 answer

SlidingMenu Library - can I use same Sliding menu for various activities?

I am using a Navigation Drawer currently with the Android Example. I plan to change this to using SlidingMenu Library as it's easier and provides easy customisation methods. I will also use the SherlockActionBar. I will have about 4-5 different…
KickAss
  • 4,210
  • 8
  • 33
  • 41
0
votes
1 answer

Progressbar on Navigation Drawer

I want to put a progressbar on action bar, but i have a navigation drawer, How can i do that? Seems like the image: thanks..
user2568768
  • 167
  • 1
  • 3
  • 13