Forset1
Forset1

Reputation: 117

Soft-keyboard squeezes textedit box in Android

How can I solve the following issue? What I would like to happen is for the input window to be displaced, not squeezed, by the soft-keyboard.

enter image description here

enter image description here

Upvotes: 0

Views: 28

Answers (1)

Mateus Gondim
Mateus Gondim

Reputation: 5542

Add android:windowSoftInputMode="adjustPan" to your activity tag in your AndroidManifest.xml

Upvotes: 1

Related Questions