更改首选项标题的文本颜色

时间:2015-02-09 21:17:15

标签: android text colors header preference

我的整体主题是使用Theme.AppCompat.Light。当选择左侧的项目时,文本颜色变为白色,这在浅色背景下很难看到。我想防止这种颜色变化,并保持黑色。有人知道怎么做吗?

我尝试更改listSelector样式,但这只会更改背景颜色。我需要更改前景文字颜色。感谢。

enter image description here

1 个答案:

答案 0 :(得分:1)

<item name="android:activatedBackgroundIndicator">@drawable/activated_background_settings</item>

那应该解决问题。它引用的drawable在这种情况下是一个选择器