The textColor attribute isn\'t working. Here\'s my XML:
One solution is to make a theme for your PreferenceScreen. So in your themes.xml or styles.xml (better to put it in themes.xml) :
then in your AndroidManifest.xml :
It worked perfectly for me.