EditText自動獲取焦點導致軟鍵盤彈出問題修改

在佈局中如果有EditText時會自動獲取焦點,導致軟鍵盤自動彈出。
修改方法:
xml中EditText的父佈局添加屬性:

	android:focusable="true"
    android:focusableInTouchMode="true"
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章