[android-developers] Re: Restricting number of items AutoCompleteTextView displays.

2009-02-14 Thread Romain Guy
You cannot control this feature. On Sat, Feb 14, 2009 at 6:04 PM, Lewis lewisandrewba...@googlemail.com wrote: I have an AutoCompleteTextView working correctly. I want to limit the amount of items which show in the drop down menu which appears (in order to stop the menu appearing over other

[android-developers] Re: Restricting number of items AutoCompleteTextView displays.

2009-02-14 Thread kolby
Lewis, the source for the AutoCompleteTextView is available, make your own class with a limit on the popup size. I'm doing that in my app. It's quite a nuisance to not being able to restrict the popup. Michael On Feb 14, 9:04 pm, Lewis lewisandrewba...@googlemail.com wrote: I have an