I am also facing the same prob

On Apr 2, 2:33 pm, Janek Priimann <janek.priim...@gmail.com> wrote:
> Is it possible to change color of ListPreference items (bunch of radio
> buttons) and button style (ok / cancel) used in an alert dialog?
>
> <style name="DialogPreference" parent="android:Preference.DialogPreference">
> <item name="android:textColor">@color/dark</item>
> </style>
>
> ...
>
> <style name="Theme" parent="android:Theme">
> <item name="android:alertDialogStyle">@style/AlertDialog</item>
> <item name="android:buttonStyle">@style/Button</item>
> <item name="android:dialogPreferenceStyle">@style/DialogPreference</item>
> <item name="android:textColor">@color/light</item>
> </style>
>
> "Theme" works fine, buttons and alert dialogs look custom, but not in
> a ListPreference dialog. Major problem at the moment is that we have
> white text (because of @color/light) on white background in alert
> dialogs.
>
> Janek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to