200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > android开发 修改标题栏背景_更改标题栏(Android)中的文字和背景颜色?

android开发 修改标题栏背景_更改标题栏(Android)中的文字和背景颜色?

时间:2018-08-08 16:10:02

相关推荐

android开发 修改标题栏背景_更改标题栏(Android)中的文字和背景颜色?

我构建了一个

Android应用程序,我正在尝试更改标题的栏背景和文本颜色.

在AndroidManifest.xml中:

...

android:theme="@style/ThemeSelector"

>

在styles.xml中:

@style/WindowTitleBackground

@color/titlebackgroundcolor

@color/titletextcolor

使用此代码,我设法更改背景颜色,但不更改文本颜色.

你能解释为什么这段代码不起作用吗?

谢谢

最佳答案

@style/WindowTitleBackground

@style/CustomWindowTitle

@color/titlebackgroundcolor

@style/CustomWindowTitleText

@color/titletextcolor

true

@style/CustomWindowTitleText

#BB000000

2.75

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。