我有这个操作栏,我正在尝试将栏右侧菜单图标的颜色(实际颜色为深灰色)更改为白色。我在styles.xml中写了以下内容:
<style name="Theme.AppTheme.ActionBar.TitleTextStyle" parent="android:style/TextAppearance.Holo.Widget.ActionBar.Title">
<item name="android:textColor">#ffffff</item>
</style>
文字颜色发生了变化,但菜单图标的颜色仍然相同,有什么帮助吗?