Toggle navigation
Ken Yang筆記
About Ken Yang
Archive
Tags
Submit
Android EditText remove focus
06 January 2012
只要頁面中有用到EditText
的,
只要跑到那個頁面,一定會被自動focus,也就是說鍵盤會自動彈開!
要取消focus,只要在你layout中的root element加上下面兩個屬性,
(root element就是最外圍的那個element,預設都是LinearLayout)
android:focusable="true"
android:focusableInTouchMode="true"
edittext
1
android
65
« Previous
Archive
Next »
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus