AutoCompletionTextView 行高调整大小
Android 开发人员您好,
我想在 AutoCompletionTextView 中显示 8 到 10 条记录。但默认情况下它只显示四条记录。如果我可以减小“行高”,则可以查看更多行。谁能告诉我如何调整下拉行的大小?
提前致谢, 杰彦。
Hi Android developers,
I want to display 8 to 10 records in my AutoCompletionTextView. But by default it shows only four records. If I can reduce the "Row height" it is possible to view more rows. Can any one tell me how to re-size the drop down row?
Thanks in Advance,
Jeyan.
请遵循此 http://developer.android.com/resources/tutorials/views /hello-autocomplete.html
这里默认显示大约7条记录,并且自动完成会显示匹配的字符,可能是您输入的字母只会匹配该单词。我相信这就是您正在寻找的。
Follow this http://developer.android.com/resources/tutorials/views/hello-autocomplete.html
here by default it is showing about 7 records, and also the auto-complete will be showing the matching characters, may be the alphabets that you have entered will be matched only for that words. I believe this is what you are looking for.