ActionBar items appear always in Overflow Menu

前端 未结 7 781
一向
一向 2021-01-02 11:33

I am trying to add actions item in action bar, but items always are adding into the overflow list even there is lot of room. Any suggestion to resolve this ??

7条回答
  •  说谎
    说谎 (楼主)
    2021-01-02 12:04

    in menu xml file you need to add yourapp:showAsAction="always" like below.

    
    
    
    

提交回复
热议问题