键盘出现时按钮向上移动

时间:2019-12-16 18:03:10

标签: android

在这里,我试图将AutoCompleteTextView的建议中的药物添加到RecyclerView中

image

选择药物后,点击绿色的添加图标

image

then the button moves up like this

我试图放

android:windowSoftInputMode="stateVisible"android:windowSoftInputMode="adjustPan"android:windowSoftInputMode="adjustResize"

也尝试过 android:fitsSystemWindows="true"

进入我的AndroidManifest,但没有成功。有什么帮助吗?感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

您正在寻找

android:windowSoftInputMode="adjustNothing"