Hi all, 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.
Regards Saurabh
Hi all, 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.
Regards Saurabh
Resolved: Hi I used MultiAutoCompleteTextView instead of AutoCompleteTextView and that solved my problem.
Thanks stackoverflow