Android Toolbar Action icon not working
问题 I have two Material Toolbars in my app, and I have two menu_main.xml and menu_main2.xml . The icon shows properly in both toolbars, but the action on one of the toolbar doesn't work. How can I fix it? protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); //Setup Toolbar toolbar = (Toolbar) findViewById(R.id.tool_bar); setSupportActionBar(toolbar); toolbar2 = (Toolbar) findViewById(R.id.tool_bar2); toolbar2.inflateMenu