标签: android keyboard android-edittext
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
我在其他帖子上看过同样的问题。我不希望在加载Activity时弹出软键盘。上面的代码片段有效,但我的View不再向上滚动,以便用户仍然可以看到EditText。
它没有这行代码滚动。有什么想法吗?
答案 0 :(得分:1)
在清单中为您的活动设置右侧属性 http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft