android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.35k stars 1.64k forks source link

WindowInsetsAnimation has offset when IME enters #218

Open Jeff11 opened 3 years ago

Jeff11 commented 3 years ago

Using a compat version of WindowInsetsAnimation with ListView makes an additional IME offset during the IME opening animation.

https://user-images.githubusercontent.com/7838820/106745468-6dfa3480-6621-11eb-89ba-37c2191e6a65.mp4

benjaminSilva commented 3 years ago

Hi, when I followed their solution, they inverted the recyclerView to make it work smoothly.

    app:reverseLayout="true"

From that, you'll have to make the list upside down.