How to make a text entry fields move up when on screen keyboard is present?
views:
42answers:
2
A:
Just an idea :
you could use the getHeight()
method from inputmethodservice.Keyboard to get the height of the softkeyboard on the screen, and then add a minus margin to your EditeText
?
Sephy
2010-08-06 14:07:22
+2
A:
This post on the Android Developer Blog covers several options for dealing with layout issues when an on-screen input method editor is visible.
codelark
2010-10-03 07:07:46