How to change the color of Title text in CheckBoxPreference?
As zenob said this can be solved by a custom layout. Preference layout defined in the framework is used in the application:
custom_preferece_layout.xml
textColor attribute is defined for title TextView in the above layout. Use this layout with the checkbox preference in preference xml.
mypreference.xml
Checkbox preference title will have the color defined in the custom layout.