2011年9月16日 星期五

Android 取消困擾的EditText Focus

At sometime ,Edittext for add include in activity ,

start it and it automatically open the virtual keyboard

as answer :

in main Layout,(LinearLayout,RelativeLayout,..)

add the attribute,
      android:focusable="true"
      android:focusableInTouchMode="true"

沒有留言:

張貼留言