I have made a completely new project. I have added items to the menu layout file. Those items do not show up on the action bar\'s right side. I remember that an
menu
You need to call this function in onCreate function of the activity.
RequestWindowFeature (Window.FEATURE_ACTION_BAR);