How to make softkeyboard candidate view not block application view?

Posted by Cedric on Stack Overflow See other posts from Stack Overflow or by Cedric
Published on 2010-05-04T02:14:58Z Indexed on 2010/05/04 2:18 UTC
Read the original article Hit count: 236

Filed under:
|
|

Hi,

I am playing with the Demo SoftKeyboard the comes with the Android SDK.

In portrait mode when the candidate view is shown, it doesn't move the app up as the default android keyboard does. Hence it covers part of the application view.

What should be changed in order to make the candidate view in the demo softkeyboard behave as the default android keyboard does?

I've also looked at the source of the android keyboard from git but found nothing related to this behavior.

© Stack Overflow or respective owner

Related posts about android

Related posts about keyboard