Menu Items are not showing on Action Bar

前端 未结 12 754
清歌不尽
清歌不尽 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:39

    Since you set the showAsAction attribute to never, then these menu items will never show as action views. Try this:

    
    
        
        
        
    
    
    

提交回复
热议问题