Why Android Layout is messed up on keyboard appearance

Discussion in 'App Development' started by deanstreet, Jun 17, 2021.

  1. My layout gets messed up when the keyboard appears on the EditText click. I tried adding android:windowSoftInputMode="adjustResize" as well as android:windowSoftInputMode="adjustPan" to AndroidManifest.xlm but nothing changes. The layout is ConstraintLayout drawn in the drag and drop editor.

    [​IMG]
    [​IMG]