标签:android style color 使用 sp strong on 数据 div
安卓组件中,凡是需要配置数据的组件,一般都是用Adapter配置。
AutoCompleteTextView的使用方法与ListView类似,也是用setAdapter来设置数据。
MultiAutoCompleteTextView与AutoCompleteTextView的区别就是需要设置分隔符。
使用系统提供的分隔符,该分隔符是逗号:
setTokenizer(new MultiAutoCompleteTextView.CommaTokenizer()); |
Android常用组件之AutoCompleteTextView
标签:android style color 使用 sp strong on 数据 div
原文地址:http://www.cnblogs.com/freeabyss/p/4136081.html