I would like to change the title and line color of my ListPreference from blue to pink, to match the line of my action bar.
Any ideas? Thanks in advance!
I've been looking through Android's themes.xml
and styles.xml
looking at things like dialogPreferenceStyle
, but haven't figured it out yet.
Ended up creating a custom
ListPreference
widget, following this answer.I hoped to be able to simply change the style without having to implement a custom widget, but I haven't figured that out yet.
Had the same problem today. Old thread, but I found this: and it works perfectly.
Simply modify your styles.xml