AutoCompleteTextView 设置1个字符就自动提示
AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的 这是可以设定的 现在要求 1 个字符 就自动提示
autoview.setThreshold(1);
发布时间: 2012-09-25 09:55:58 作者: rapoo
AutoCompleteTextView 设置1个字符就自动提示
AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的 这是可以设定的 现在要求 1 个字符 就自动提示
autoview.setThreshold(1);