How to set icon color of MenuItem?

后端 未结 9 798
面向向阳花
面向向阳花 2021-01-30 12:37

I defined a menu item that has ShareActionProvider and share white icon like so :



        
9条回答
  •  半阙折子戏
    2021-01-30 13:19

     app:iconTint="@color/colorWhite" 
    

    add this in Navigational view properties

    Ex -

    
    

    Adding this all menu item icons convert to color given by you.

提交回复
热议问题