标签: android keyboard
虚拟键盘隐藏了EditText,因此您无法看到键入的内容。我能为此做些什么?
答案 0 :(得分:1)
在Manifest中为您的Activity元素设置android:softInputMode属性。
android:softInputMode
有关有效值及其效果的完整列表,请参阅Manifest documentation。您特别感兴趣的可能是adjustPan和adjustResize。
adjustPan
adjustResize
答案 1 :(得分:0)
将您的布局放在ScrollView中。这样,当您对焦EditText。
ScrollView
EditText