Android EditText进入页面不聚焦设置(进入页面不弹出键盘,点击弹出键盘)

在EditText布局的父控件里加入以下代码:

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

 

你可能感兴趣的:(Android,EditText,android底部键盘控制)