Skip to content

Instantly share code, notes, and snippets.

@fercarcedo
Created March 19, 2020 14:49
Show Gist options
  • Select an option

  • Save fercarcedo/cbbdc54e7b18e4f75a0c677c3b979c05 to your computer and use it in GitHub Desktop.

Select an option

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