推荐两种吧
一、让父控件获取焦点
android:focusable="true"
android:focusableInTouchMode="true"
二、设置Activity属性
android:windowSoftInputMode="adjustUnspecified|stateHidden"
android:configChanges="orientation|keyboardHidden"
推荐两种吧
一、让父控件获取焦点
android:focusable="true"
android:focusableInTouchMode="true"
二、设置Activity属性
android:windowSoftInputMode="adjustUnspecified|stateHidden"
android:configChanges="orientation|keyboardHidden"