Skip to content Skip to sidebar Skip to footer

How To Override Pressed State Color In Sherlock Action Bar?

I implemented sherlock actionbar in my app which has dark green action bar .. #008000. when i press the action bar button it turns out ics blue (default) color...how to turns out

Solution 1:

add this in your style

       <item name="android:actionBarItemBackground">@drawable/selector</item>

Post a Comment for "How To Override Pressed State Color In Sherlock Action Bar?"