How to add imageview on right hand side of action bar?

后端 未结 5 1884
星月不相逢
星月不相逢 2021-01-30 05:53

I want to add image view on action bar right hand side.I tried to do that but i couldn\'t. Can anyone help me?

This is my image view xml

 

        
5条回答
  •  臣服心动
    2021-01-30 06:08

    Add this line to the menu.xml in the res/menu/menu.xml

    
     
     
     ...
     
    

    You can see more actionBar property over android developer tutorials

提交回复
热议问题