首页 > 代码库 > 自定义ActionBar图标

自定义ActionBar图标

<style  name="Theme.glTheme"  parent="android:Theme.Holo">

<item name="android:homeAsUpIndicator">@drawable/gl_up_indicator</item>

</style>

 

If you are supporting pre-3.0 with your application be sure you put this version of the custom theme in values-v11 or similar.