Activity打开时软件盘自动打开的解决办法

在自动获取焦点的EditText的父布局中添加:

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

posted @ 2017-03-23 21:56  祈念  阅读(189)  评论(0)    收藏  举报