This has been fixed since 1.5.

On Sat, Nov 14, 2009 at 5:02 AM, Pooper <code...@gmail.com> wrote:
> I can't seem to get AutoCompleteTextView to work with Theme.Light
>
> The problem is the autocomplete popup draws the suggestions text in
> white on a white background.  You can only see what the suggestions
> are after they are selected, because then the white text is drawn over
> top of the selector background.  It works fine with the default theme
> but not with Theme.Light.
>
> I am using android version 1.5
>
> My code is pretty much identical to the the Hello AutoCompleteTextView
> sample, except with android:style/Theme.Light and a different String
> array for the suggestions.
>
> I tried setting the android:textColor attribute.  That only set the
> color for the AutoCompeleteTextView input box, not for the
> suggestion's popup.
>
> Right now the only way to get my app to work properly is to use the
> default theme.
>
> Does anyone else have the same issue or know of a way to programically
> set the suggestion's popup text color or background?
>
> --
> 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
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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