已经在这里问过,但没有正确答案.
我希望FAB浮在键盘上.而已.
例如
Blank Activity使用Android Studio 打开一个新模板项目
Blank Activity
将Hello World更改TextView为EditText
TextView
EditText
见下图:
事实证明这很简单,
添加android:windowSoftInputMode="adjustResize"到清单中的活动
android:windowSoftInputMode="adjustResize"
确保布局xml中的根视图具有android:fitsSystemWindows="true"属性
android:fitsSystemWindows="true"