Questions tagged [drawertoggle]
46 questions
0
votes
1 answer
Drawer icon not changing to the arrow when opened
I am just learning Android following the Head First: Android book, on the chapter 10: Drawers it shows how to create and handle a Drawer,i followed everything but as the book shows once the user opens the Drawer the hamburguer icon is supposed to…

Mauro M
- 669
- 1
- 8
- 25
0
votes
1 answer
ActionBarDrawerToggle is being shown only while swiping(moving) drawer
I have problem with drawer indicator in toolbar.
The icon (hamburger) is visible only while moving (swiping) drawer view, and becomes invisible on stop.
Here is screenshot
https://i.stack.imgur.com/i4ihv.jpg
And while moving it becomes visible…

dqsdyrkw
- 21
- 2
0
votes
2 answers
Android Navigation drawer not displaying hamburger
Why is my navigation drawer in android not displaying hamburger icon.
I have done everything as it is supposed to be done by it is still not getting displayed?
public class Main extends ActionBarActivity {
private…

vipul bansal
- 91
- 1
- 10
0
votes
1 answer
Creating an actionbar or toolbar with custom xml and a drawertoggle
How can I create a toolbar/actionbar that combines the default actiondrawertoggle button (with the burger-arrow animation) with an edittext and a simple button like this?

DennisVA
- 2,068
- 1
- 25
- 35
0
votes
1 answer
Custom Navigation Drawer doesn't show Fragment
I'm trying to create a favorite list in my app, for this target I used this tutorial:
http://androidopentutorials.com/android-sharedpreferences-tutorial-and-example/
but to get favorites I used NavigationDrawer instead ActionBar.
The problem is that…

Anton
- 788
- 4
- 14
- 34
0
votes
1 answer
Drawer toggle not working as expected (icon remains the same)
I'm trying to implement an ActionBarDrawerToggle into my app but I can't make it. I've achieved to show the toggle in my toolbar, but the icon is the same always.
This is toggle's icon when drawer is closed:
https://i.stack.imgur.com/HTcom.png
And…

alexhzr
- 153
- 1
- 1
- 12
0
votes
2 answers
How to set DrawerArrowToogle (from appcompat v7) background?
I want to set DrawerArrowToogle background color, when it is in pressed state. I found the styling for the Drawer, but it has no "background" attribute.