I am using the following attributes for an activity and expect a
window to resize automatically to occupy space available above IME:
android:windowSoftInputMode=”adjustResize”
android:theme=”@android:style/Theme.NoTitleBar.Fullscreen”
so please tell me how to resize the window when keyboard open in full screen mode.
I am using the following attributes for an activity and expect a window to
Share
I Suggest you to try this code in your Activity..