1

I got a screen which has an EditText. When I click to type in this edit, the whole layout gets fuzzy as it was compressed by the virtual keyboard. It didn't happen to any other screen. Here is an image of what's happening:

enter image description here

mjgpy3
  • 8,597
  • 5
  • 30
  • 51

1 Answers1

1

Check this answer, you can just switch your activity windowSoftInputMode flag to "adjustPan".

Community
  • 1
  • 1
Mikel
  • 1,581
  • 17
  • 35