Reputation: 117
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.
Upvotes: 0
Views: 28
Reputation: 5542
Add android:windowSoftInputMode="adjustPan"
to your activity tag in your AndroidManifest.xml
Upvotes: 1