在展开式ListView
中,我在一行的每个子项目中都有4个EditText
,当我通过触摸子项中的任何人EditText
尝试顶部打开的键盘时,EditText
焦点不会发生在点击/触摸EditText
上。我使用 adjustPan
作为清单中的活动。感谢您的帮助。
答案 0 :(得分:0)
不要使用adjustPan。不要使用adjustResize。
android:windowSoftInputMode="adjustResize"
在xml文件中写下父布局中的代码。
android:focusable="true"
android:focusableInTouchMode="true"