06 January 2012
只要頁面中有用到EditText 的,
只要跑到那個頁面,一定會被自動focus,也就是說鍵盤會自動彈開!
要取消focus,只要在你layout中的root element加上下面兩個屬性,
(root element就是最外圍的那個element,預設都是LinearLayout)


android:focusable="true"
android:focusableInTouchMode="true"







blog comments powered by Disqus