FluidKeyboardResize icon indicating copy to clipboard operation
FluidKeyboardResize copied to clipboard

Smoothly reacting to keyboard visibility changes in Android

Results 4 FluidKeyboardResize issues
Sort by recently updated
recently updated
newest added

If you add `true` to your activity theme, the animation does not work. Reason is FrameLayout(android.R.id.content) does not get resized in case of such activities.

help wanted

Hi, saket, First of all, thank you for providing me with good information. but, I have a little problem. It's a problem when using FluidKeyboardResize with CoordinatorLayout. How do I...

Seems like a weird unrelated issue. But I see it happening. Whenever I pop a fragment, I hide the keyboard: ```kotlin fun View.hideKeyboard() { handler?.removeCallbacksAndMessages(TOKEN_KEYBOARD) context.getSystemService()?.hideSoftInputFromWindow(this.windowToken, InputMethodManager.HIDE_NOT_ALWAYS) } ``` If...

Let me know if you like this or would prefer something different, happy to modify. And THANK YOU for the super nice project, it was a joy to experiment with....