我用EditText创建了一个Android应用程序,加载后自动启动可编辑键盘。 当用户单击edittext然后启动编辑和键盘....我想手动。
答案 0 :(得分:2)
像这样更改您的清单文件
<activity android:name=".yourActivity" android:windowSoftInputMode="adjustPan|stateHidden"/>
如果您想了解更多信息,可以查看开发人员文档android:windowSoftInputMode
答案 1 :(得分:0)
在布局中设置此属性,您可以在其中设置edittext
android:focusableInTouchMode="true"