I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6397a93c authored by str4d's avatar str4d
Browse files

Enable app icon for navigation drawer opening

parent 03465185
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,8 @@ public class MainActivity extends ActionBarActivity { ...@@ -54,8 +54,8 @@ public class MainActivity extends ActionBarActivity {
mDrawerList.setOnItemClickListener(new DrawerItemClickListener()); mDrawerList.setOnItemClickListener(new DrawerItemClickListener());
// Enable ActionBar app icon to behave as action to toggle nav drawer // Enable ActionBar app icon to behave as action to toggle nav drawer
//getSupportActionBar().setDisplayHomeAsUpEnabled(true); getSupportActionBar().setDisplayHomeAsUpEnabled(true);
//getSupportActionBar().setHomeButtonEnabled(true); getSupportActionBar().setHomeButtonEnabled(true);
mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,
R.drawable.ic_drawer, R.string.drawer_open, R.string.drawer_close) { R.drawable.ic_drawer, R.string.drawer_open, R.string.drawer_close) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment