您的位置:首页 > 移动开发 > Android开发

Android:不让 EditText 在 Activity 中自动弹出键盘

2016-11-25 11:05 351 查看
通过属性 android:windowSoftInputMode 可以做到隐藏键盘的。

android:windowSoftInputMode 属性有:

stateUnspecified,stateUnchanged,stateHidden,stateAlwaysHidden,stateVisible,stateAlwaysVisible,adjustUnspecified,adjustResize,adjustPan。

分析:http://blog.csdn.net/zhaokaiqiang1992/article/details/39761461
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: