在EditText的父布局中添加 android:focusable="true" android:focusableInTouchMode="true" 在setContentView 之前调用 window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)
在EditText的父布局中添加 android:focusable="true" android:focusableInTouchMode="true" 在setContentView 之前调用 window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)