I am also facing the same prob
On Apr 2, 2:33 pm, Janek Priimann <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---