0

I tried creating login page like facebook, but the keypad is disturbing the editview position and other widgets in the UI.

How to design like facebook login page, with animation and positioning the widget in the center.

Once the keypad is visible, all the widget should adjust in the screen. I need guidance. Please help me.

Thanks, Bennet.

David Rönnqvist
  • 56,267
  • 18
  • 167
  • 205
Bennet
  • 387
  • 1
  • 6
  • 13
  • http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html may be helpful. – Catherine Jul 24 '13 at 01:34

1 Answers1

0

Set android:windowSoftInputMode attribute to adjustResize in your AndroidManifest.xml. And then make sure your layout will show a centered view in both sizes.

Kevin
  • 2,605
  • 2
  • 20
  • 15