@Override
public boolean onCreateOptionsMenu(Menu menu) {
mMenu = menu;
getSupportMenuInflater().inflate(R.menu.main_hourly_forecast_overflow_options, menu);
mMenu.setGroupVisible(R.id.graph_off_group, false);
mMenu.setGroupVisible(R.id.graph_on_group, false);
return super.onCreateOptionsMenu(menu);
}
No. The hardware menu button is the overflow menu.
If the hardware menu button is present ABS never showed the on-screen overflow. This is the native behavior of the OS, not ABS.
.ForceOverflow themes. These never should have been included.Awesome! Thanks for pointing that out.