Keyboard hiding EditTexts in Fragments

后端 未结 9 798
长情又很酷
长情又很酷 2020-12-25 13:59

edit: I need to use the keyboard, but it hides my EditText, I need it to scroll so the keyboard is not hiding it.

I am using a Samsun

9条回答
  •  萌比男神i
    2020-12-25 14:20

    Try to use WindowsSoftInputMode as adjustpan only.

    For ex:

    android:windowSoftInputMode="adjustPan" 
    

提交回复
热议问题