Toolbar : overflow menu button always showing
问题 Problem : after updating the support library and using Toolbars, the overflow menu button is always showing on devices with and without hardware menu button What I Need : I want the overflow menu button to show only when the device has no hardware menu button menu.xml <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" > <item android:id="@+id/action_settings" app:showAsAction="never" android:title="@string/action_settings"/>