How to set icon color of MenuItem?

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

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



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

    color of icons in menu can change in Layout/activity_main.xml

    set this line app:itemIconTint="@color/red_warning inside this tag com.google.android.material.navigation.NavigationView

        
    
    
        
    
    
        
    
    
    
    

提交回复
热议问题