gpt4 book ai didi

android - 样式 ActionbarSherlock : textColor of the action-items

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:37:21 27 4
gpt4 key购买 nike

我在我的应用程序中更改了 Actionbar 的背景,为了使文本再次可读,我必须更改文本的颜色。我在标题/副标题和选项卡文本方面取得了成功,但我在处理操作项目的文本时遇到了困难 - 无论我尝试什么,它们都保持白色。任何人都暗示如何做到这一点?此外,溢出图标是白色的,在木质背景上看起来不太好 - 这是非常使用下面的东西的充分理由吗?我不太确定不这样做的原因是什么,但由于我没有大型设备测试公园,所以我最好确定一下 ;-)

<!-- the following can be used to style the overflow menu button
only do this if you have an *extremely* good reason to!! -->
<!--<style name="MyOverflowButton" parent="Widget.Sherlock.ActionButton.Overflow">
<item name="android:src">@drawable/ic_menu_view</item>
<item name="android:background">@drawable/action_button_background</item>
</style>-->

最佳答案

我也为此苦苦挣扎,但更改操作项文本颜色的解决方案是:

<style name="My.Theme" parent="Theme.Sherlock.Light">
<item name="android:actionMenuTextColor">@android:color/white</item>
</style>

这里的关键是在一般主题中使用这个属性,而不是在操作栏样式中。

关于android - 样式 ActionbarSherlock : textColor of the action-items,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10062012/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com