ActionBarSherlock: changing homeAsUpIndicator doesn't work
问题 I'm want to change the up icon with applying the following style to my activity, but it doesn't work and but I still get the default black '<' icon. Can anyone find out what is missing here? <style name="AppTheme.ActionBar" parent="@style/Theme.Sherlock.Light"> <item name="actionBarStyle">@style/actionBarStyle</item> <item name="android:actionBarStyle">@style/actionBarStyle</item> </style> <style name="actionBarStyle" parent="@style/Widget.Sherlock.Light.ActionBar.Solid"> <item name="android