How to set the text color of titlebar?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using this as the theme. <style name="ThemeSelector" parent="android:Theme.Light"> <item name="android:windowTitleBackgroundStyle">@style/WindowTitleBackground</item> <item name="android:textAppearance">@style/TitleTextColor</item> </style> <style name="WindowTitleBackground"> <item name="android:background">@drawable/waterblue</item> </style> <style name="TitleTextColor"> <item name="android:textColor">@color/white</item> </style> With this background image is got assigned but text color is not changing. In manifest I am using like