I have researched a lot to adjust the layout when softkeyboard is active and I have successfully implemented it but the problem comes when I use android:theme=\"@andro
Indeed the soft keyboard appearance doesn't seem to affect the Activity
in any way no matter what windowSoftInputMode
I select in the FullScreen
mode.
Though I couldn't find much documentation on this property, I think that the FullScreen
mode was designed for gaming application which do not require much use of the soft keyboard. If yours is an Activity which requires user interaction through soft keyboard, please reconsider using a non-FullScreen theme. You could turn off the TitleBar using a NoTitleBar
theme. Why would you want to hide the notification bar?