Search code examples
androidkeyboardandroid-actionbar

ActionBar goes out of the screen when keyboard shows up


How to keep the ActionBar at its place? Look at the screenshot. Activity label is half-hidden.

enter image description here


Solution

  • try to use android:windowSoftInputMode="adjustResize" in your manifest for your 'activity' element