Skip to content

Instantly share code, notes, and snippets.

@fercarcedo
Created March 19, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fercarcedo/cbbdc54e7b18e4f75a0c677c3b979c05 to your computer and use it in GitHub Desktop.
Save fercarcedo/cbbdc54e7b18e4f75a0c677c3b979c05 to your computer and use it in GitHub Desktop.
val imeInsets = view.rootWindowInsets.getInsets(WindowInsets.Type.ime())
if (imeInsets.isVisible()) {
// Move view by the height of the IME
view.translationX = imeInsets.bottom
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment