Android Question Screen Move & KeyBoard

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Hello all,

I have an Activity configured in order that when the soft keyboard is on the screen, the window is pushed up (using the manifest):

SetActivityAttribute(image_edit, android:windowSoftInputMode, adjustPan|stateHidden)

But a header that has important information about the Activity is also hidden when the keyboard is on the screen.
Is there any way to maintain the header on the screen even with the screen resize? I don't receive any screen_resize event and so it isn't possible to move the header to maintain it visible.

Please help!
 
Top