动作的标题文本颜色没有改变以及如何更改动作栏的标题文本颜色

Posted

技术标签:

【中文标题】动作的标题文本颜色没有改变以及如何更改动作栏的标题文本颜色【英文标题】:Title text color of action is not changing and how to change the title text color of action bar 【发布时间】:2018-07-10 15:46:41 【问题描述】:

动作的标题文字颜色没有变化,如何改变动作栏的标题文字颜色?这是我的style.xml 代码

style.xml

【问题讨论】:

那张截图 xD 看看这个答案:***.com/a/5881739/284308 您可以将您的代码或布局发布为文本吗? 【参考方案1】:

作为@Sunny 回答(https://***.com/a/45879575/6914992)我的问题What is the difference between colorPrimary and colorPrimaryDark in themes。尝试通过它在您的主题中更改颜色。

colorPrimary – 应用栏的颜色。

colorPrimaryDark – 状态栏和上下文应用栏的颜色;这通常是 colorPrimary 的深色版本。

colorAccent – UI 控件的颜色,例如复选框、单选按钮和编辑文本框。 windowBackground – 屏幕背景的颜色。 textColorPrimary – 应用栏中 UI 文本的颜色。 statusBarColor – 状态栏的颜色。 navigationBarColor – 导航栏的颜色。

您可以使用以下链接来设置您的风格。

https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/

注意如果有帮助,请点赞sunny的回答,谢谢

【讨论】:

以上是关于动作的标题文本颜色没有改变以及如何更改动作栏的标题文本颜色的主要内容,如果未能解决你的问题,请参考以下文章

点击 UIButton 时没有发生动作

如何使用滑动抽屉更改ActionBar的颜色?

如何在 Ios 上更改状态栏文本颜色

如何更改动作脚本中文本区域的颜色?

如何改变winform(c#)标题栏的颜色

当 primaryDark 为白色时更改状态栏文本颜色