I\'m trying to set the icon ShareActionProvider, need a solid white one instead of the semi transparent white one.
However setting in share_menu.xml and code doesn
For AppCompat the changes to 2 styles are needed:
AppCompat
1)
In other words, specifiing attr:actionModeShareDrawable in your MyAppTheme is not what you really need, but it should be mentioned in your attr:actionBarWidgetTheme as following:
attr:actionModeShareDrawable
MyAppTheme
attr:actionBarWidgetTheme
2)