1

I am using a android.widget.ShareActionProvider to show a share icon on my menu bar. However, my menu bar background is white and I would like to make my icon black. Is there a way to do it?

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
    android:id="@+id/menu_share"
    android:title="Share"
    android:actionProviderClass="android.widget.ShareActionProvider" />
</menu>

Screenshot of my menu bar

Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156

1 Answers1

1

If action bar is dark, it will turn the image logo to white and if action bar light, it will turn the image logo to blackenter image description here

Vipul Asri
  • 8,903
  • 3
  • 46
  • 71