ActionBar overflow menu should always Visible.
ActionBar overflow menu should always Visible in the all Device regardless of having hardware menu or not.
Is it possible?
ActionBar overflow menu should always Visible.
ActionBar overflow menu should always Visible in the all Device regardless of having hardware menu or not.
Is it possible?
You forgot to include android:showAsAction
attribute in each item.
If you would want to show it always visible then include android:showAsAction="always"
and if you don't then include android:showAsAction="never"