<resources>
<style name="MyCustomTheme" parent="Theme.Sherlock.Light">
<item name="homeAsUpIndicator">@drawable/ic_home_up</item>
</style>
</resources>
注意: 要覆盖 android 工程下values-v11下面的style.xml 中的数据
<resources>
<style name="MyCustomTheme" parent="Theme.Sherlock.Light">
<item name="homeAsUpIndicator">@drawable/ic_home_up</item>
</style>
</resources>
注意: 要覆盖 android 工程下values-v11下面的style.xml 中的数据
原文:http://www.cnblogs.com/dasheny/p/4223119.html