I have a relative layout that is supposed to move up when the soft keyboard opens. It worked all fine until I had to make the application full screen. After I set
android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen"
the layout doesn't move up. It stays where it is and the keyboard is on top of it.
I tried with android:windowSoftInputMode="adjustPan|adjustResize"
but it doesn't work.