Re: [android-developers] AutoCompleteTextView doesn't work with android:style/Theme.Light

2009-12-15 Thread Jonas Petersson
Hi Romain and Pooper, Romain Guy wrote: This has been fixed since 1.5. I just stumbled into this one too and I experience the same as Pooper even under 2.0.1. So either I'm doing something silly or the fix was not correct. I found a bug filed about a week ago (including source):

[android-developers] AutoCompleteTextView doesn't work with android:style/Theme.Light

2009-11-15 Thread Pooper
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

Re: [android-developers] AutoCompleteTextView doesn't work with android:style/Theme.Light

2009-11-15 Thread Romain Guy
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