Already asked here but without a proper answer.
I want the FAB to float on top of the keyboard. that's it.
For example
Blank Activity
template project with Android StudioTextView
to EditText
Turns out it's pretty easy,
android:windowSoftInputMode="adjustResize"
to your activity in manifestandroid:fitsSystemWindows="true"
property