Simple-SMS-Messenger
Simple-SMS-Messenger copied to clipboard
[Feature request] Implement smooth keyboard animations
since Android 11, there's a new API that lets you add animations when a user taps a text field and the keyboard pops up, which makes the UI smoothly ride up instead of instantly jumping to the desired position:
https://developer.android.com/develop/ui/views/layout/sw-keyboard
it's much less jarring than the default behaviour, and is a little detail which, when used - at least in my opinion - adds a considerable amount of visual polish to an app.
I think there's even some example code in the Github repo linked on the bottom of the above article: https://github.com/android/user-interface-samples/tree/main/WindowInsetsAnimation