I\'ve created a Toolbar for Lollipop, but I can\'t seem to figure out how to add an overflow button to the toolbar. I\'m not going to be using the v7 appcompat
Toolbar
If your toolbar is of the package android.support.v7.widget, use setSupportActionBar(mToolbar); instead of setActionBar(mToolbar);
setSupportActionBar(mToolbar);
setActionBar(mToolbar);