Search code examples
androidkeyboardandroid-edittextactionbarsherlock

Actionbar Sherlock moves while typing


In my Layout-XML, there are five EditText and I am using Actionbar Sherlock. When I am typing in the fifth EditText and the keyboard appears, the whole Layout moves upwards, even the Actionbar. Why does it behave like this and what can I do, to make the Actionbar static?


Solution

  • the best way in my experience was put a vertical scroll view in layout which contains all your Edit Text