标签: android
我有2个EditText:登录名和密码。我想在可见软键盘的同时显示两个EditText。我尝试添加
EditText
android:windowSoftInputMode="adjustPan" android:windowSoftInputMode="adjustResize"
但仅显示 FOCUSED (已聚焦) EditText,但我想同时显示。
该怎么做?谢谢。