Questions tagged [drawertoggle]
46 questions
-1
votes
1 answer
appcompat v7 21 NavigationDrawerToggle hamburger notShowing Up
I have drawerActivity and i use this to construct NavigationDrawerTogggle
mDrawerToggle = new
ActionBarDrawerToggle((Activity)this, mDrawerLayout,
R.string.drawer_open,
R.string.drawer_close) {};
…

Alpha
- 1,754
- 3
- 21
- 39