val imeInsets = view.rootWindowInsets.getInsets(WindowInsets.Type.ime()) if (imeInsets.isVisible()) { // Move view by the height of the IME view.translationX = imeInsets.bottom }