How to set icon color of MenuItem?

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

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



        
9条回答
  •  春和景丽
    2021-01-30 13:05

    This behaviour is expected, as the ShareActionProvider is

    responsible for creating views that enable data sharing and also to show a sub menu with sharing activities if the hosting item is placed on the overflow menu.

    according to the documentation.

    This means that you don't have control over the customization of the view when using it.

提交回复
热议问题