简体   繁体   English

如何在Android中移动键盘的焦点?

[英]How to move the Focus of the keyboard in android?

I made a login page... when even i enter the login page then the keyboard always popup to fill in the entry.. i need to control this popup in my mobile. 我做了一个登录页面...甚至当我进入登录页面时,键盘总是会弹出来填写条目。.我需要在手机中控制此弹出窗口。 I tried setFocusable(false).. still no use... Can anyone help me in this? 我尝试了setFocusable(false)..仍然没有用...有人可以帮我吗?

将这一行放在onCreate() super之后

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM