在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>
作者:loverszhaokai
出处:http://www.cnblogs.com/lovers
本文采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议进行许可,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。