Menu Items are not showing on Action Bar

前端 未结 12 755
清歌不尽
清歌不尽 2020-11-29 20:57

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

12条回答
  •  独厮守ぢ
    2020-11-29 21:53

    You need to call this function in onCreate function of the activity.

    RequestWindowFeature (Window.FEATURE_ACTION_BAR);
    

提交回复
热议问题