When I create an action bar icon from an image asset in Asset Studio, the icon is always of only one color even if the original image is multi-colored.
I have found in another post that icons are defined by Android to use only one color but
Android default drawable assets are multi-colored e.g. @android:drawable/ic_menu_delete
So how can I create a custom multi-colored icon or why can't I do that?
if your use colored icon,Try to use programmatically
where view_action_bar is view id on your xml