Issue
I am using the Dark ActionBar
Theme and the default Up Indicator is white, but with a gray tone. I'd like to find the resource and make it something that is closer to #FFFFFF so it stands out a bit more;
I don't want to redesign it, just change the color.
I know I can change it to a custom image by adding to styles
:
<item name="android:homeAsUpIndicator">@drawable/my_up_indicator</item>
But Id' rather alter the real one rather than create one from stratch. However, I can not find where this resource is. I am not sure if it's a png
or an xml
file, or what. Can someone guide me to the best way of doing this?
Solution
You can find them in the Framework/Base resources:
Answered By - adneal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.