In my android application,
I am using default theme Theme.Holo.Light.
Now I want to change the "<" sign which is default using this :
<item name="homeAsUpIndicator">@android:drawable/ic_ab_back_holo_light</item>
By changing this into
<item name="homeAsUpIndicator">@drawable/ic_launcher</item>
But here sign remains as it is,It doesn't change image.I am attaching screen shot of actionBar. Any help will be appreciated.
Put these in your default Activity
theme.
<item name="android:homeAsUpIndicator">@drawable/ic_launcher</item>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With