I am trying to implement Easy Share Action for my Android application as describe in here. I was able to complete it successfully. But I need to change the Sharing Menu Item icon color or even icon. According to the given document we don't provide any icon in drawable folders.
Asked
Active
Viewed 940 times
1 Answers
0
You can download the Action Bar Icon Pack from here, locate the sharing icon you want whether holo light or dark.
For instance if you use holo light, the share icon is located in \Action Bar Icons\holo_light\01_core_share
.
Should be easy to change the color of the drawables and copy to /res
folder of your project.

cYrixmorten
- 7,110
- 3
- 25
- 33
-
But in the menu, we are not pointing to a drawable. I placed those icons anyway but haven't changed it. – AnujAroshA Feb 26 '14 at 14:56
-
Just do: android:icon="@drawable/ic_action_share" in the menu xml after copying – cYrixmorten Feb 26 '14 at 14:58