AutoCompleteTextView控件---输入字符自动匹配

1     <!-- android:completionThreshold="1"  输入一个字符之后开始自动匹配 -->
2     <AutoCompleteTextView
3         android:id="@+id/et_number"
4         android:layout_width="match_parent"
5         android:layout_height="wrap_content"
6         android:completionThreshold="1"
7         android:hint="请输入电话号码"
8         android:inputType="phone"
9         android:textSize="18sp" />

 

posted @ 2013-03-07 10:15  My_苦行僧  阅读(317)  评论(0编辑  收藏  举报