Question

In an application I need to limit the length of drop down list displayed by AutoCompleteTextView in android to let the below buttons be visible.Can anyone help me in limiting the length of drop down list programmatically.

Was it helpful?

Solution

Resolved: Hi I used MultiAutoCompleteTextView instead of AutoCompleteTextView and that solved my problem.

Thanks stackoverflow

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top