Android:隐藏 EditText 在 Activity 中键盘自动弹出
Posted 熠然
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android:隐藏 EditText 在 Activity 中键盘自动弹出相关的知识,希望对你有一定的参考价值。
通过属性 android:windowSoftInputMode 可以做到隐藏键盘的。
android:windowSoftInputMode 属性有:
stateUnspecified,stateUnchanged,stateHidden,stateAlwaysHidden,stateVisible,stateAlwaysVisible,adjustUnspecified,adjustResize,adjustPan。
分析:http://blog.csdn.net/zhaokaiqiang1992/article/details/39761461
以上是关于Android:隐藏 EditText 在 Activity 中键盘自动弹出的主要内容,如果未能解决你的问题,请参考以下文章
Android Soft Keyboard在重新打开时隐藏EditText
Android - 隐藏EditText弹出的软键盘输入(SoftInput)
Android:隐藏 EditText 在 Activity 中键盘自动弹出