Use Toolbar across all activities (Android)
问题 I'm using a Toolbar to replace the ActionBar. All is going well with one problem: The toolbar shows only on the main activity. If I try call the toolbar on any activity the same way I did with the main activity the app will crash when I call that activity. If I try to inflate the toolbar onCreateOptionsMenu, that activity will crash when I call it. How can I call/use the same toolbar across all my activities and not just the main one. here is some pieces of the code: public android.support.v7