Skip to content

Commit

Permalink
Update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed May 14, 2015
1 parent 9ccf82e commit 8524a63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ protected void onCreate(Bundle savedInstanceState) {
});
materialMenu = new MaterialMenuDrawable(this, Color.WHITE, Stroke.THIN);
toolbar.setNavigationIcon(materialMenu);
materialMenu.setNeverDrawTouch(true);
}
```

Expand Down Expand Up @@ -196,7 +195,6 @@ protected void onCreate(Bundle savedInstanceState) {
return R.id.toolbar;
}
};
materialMenu.setNeverDrawTouch(true);
}

@Override
Expand Down

0 comments on commit 8524a63

Please sign in to comment.