Android如何设置EditText不自动弹出软键盘

在控件所在的父级(根布局)布局中添加以下代码即可

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

Android如何设置EditText不自动弹出软键盘_第1张图片

你可能感兴趣的:(Android)