本文介绍了当两个editexts获得焦点时,软键盘顶部的黑色矩形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
每次我进入登录屏幕并将焦点设置在任一editexts上时,软键盘都会在顶部显示一个黑色矩形..我曾尝试在清单中使用android:windowSoftInputMode ="adjustPan"但没有得到预期的结果./p>
each time i enter the login screen and set focus on either editexts the soft keyboard is shown with a black rectangle on top..i haved tried using android:windowSoftInputMode="adjustPan" in manifest but with no expecting results..
推荐答案
尝试在EditText
android:inputType="textNoSuggestions|textUri"
这篇关于当两个editexts获得焦点时,软键盘顶部的黑色矩形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!