虽然我使用暗动作条,但后箭头颜色为黑色。
我在清单中声明了如下主题:
android:theme="@style/Theme.AppCompat.Light.DarkActionBar
后箭头颜色应为白色。我怎样才能做到这一点 ?
答案 0 :(得分:0)
一种选择是设置自己的指标
<style name="Example.Theme" parent="@android:style/Theme.Holo.Light" >
<item name="android:homeAsUpIndicator">@drawable/up_indicator</item>
</style>