Android - 在棉花糖上更改首选项类别颜色

时间:2016-06-11 11:59:44

标签: android preference preference-v7

我想更改v7 PreferenceCategory文字和分隔线颜色。

我最近看过这个问题: PreferenceFragmentCompat requires preferenceTheme to be set 我已将此添加到我的风格中:

<style name="AppThemeNoActionBar.ListSeparatorTextView">
    <item name="android:textSize">14sp</item>
    <item name="android:textStyle">bold</item>
    <item name="android:textColor">@color/website_main</item>
    <item name="android:paddingTop">8dp</item>
    <item name="android:layout_marginBottom">2dp</item>
</style>

它只适用于Kitkat,我检查了棉花糖,它看起来像那样: enter image description here (灰色标题代替蓝色)

我该如何改变?

0 个答案:

没有答案