I'm using the preferences-v14 support library.
When I use ListPreference
, the radio buttons are colored not according to the accent color of my theme (when running on Android 5.1).
When in Android 4.1, the radio buttons become black.
How to make the radio buttons follow the accent color of the theme?
Try to define in the style.xml the following style:
It should help you to change the color.