2014年7月7日 星期一

AutoCompleteTextView 自動完成輸入

AutoCompleteTextView 自動完成輸入

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:padding="10dp"
    android:orientation="vertical" >
    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Name of President"/>
    <AutoCompleteTextView
        android:id="@+id/txtCountries"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>


</LinearLayout>

沒有留言:

張貼留言