0

While adding a contact, when the on-screen keyboard is displayed the panel containing the 'Done' and 'Revert' buttons scrolls up above the on-screen keyboard.

How is this achieved?

JdV
  • 35
  • 2

1 Answers1

0

You can force the screen to scroll up by modifying the manifest file. See this link.

Community
  • 1
  • 1
Erel
  • 1,802
  • 2
  • 15
  • 58
  • I saw that page. The EditText fields are shown OK and the screen does scroll up so they are never obscured by the keyboard. I was just curious as to how they managed to get the button panel to move up above the keyboard in certain apps. – JdV Nov 05 '11 at 10:50
  • I see. I don't know whether it is possible. – Erel Nov 05 '11 at 12:40