ANDROID: Overflow not showing on action bar
问题 I need that if the tablet does not have the menu hardware button... it will show the menu button on the software buttons as you see here: So I've googled a bit and found out that to display this button you only need to: "set minSdkVersion to 10 or lower, set targetSdkVersion to 11, 12, or 13, and you do not use ActionBar, the system will add the legacy overflow button when running your app on a handset with Android 4.0 or higher." "Set your android:targetSdkVersion and your android