在Android开发中如何移除EditText上的输入焦点

<LinearLayout android:focusable="true"
            android:focusableInTouchMode="true"
               android:layout_width="fill_parent"
               android:layout_height="wrap_content">
             <org.sipdroid.sipua.ui.InstantAutoCompleteTextView
                    android:id="@+id/txt_callee"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:text=""
                android:singleLine="true"
                android:hint="@string/hint"
                android:inputType="textEmailAddress"
                android:imeOptions="actionSend"/>
</LinearLayout>
posted @ 2012-09-21 08:48  loverszhaokai  阅读(254)  评论(0编辑  收藏  举报