Im trying to achieve something like this image:
the problem its when im on landscape and put a searchbar like the image, the soft keyboard cover all screen,and i want the behavior like the image i tried
android:windowSoftInputMode="adjustPan|adjustResize"
and seems isnt working,at least on jelly bean. any ideas? Thanks