1

How to move up the widget when keyboard open in when i touch the edit box in full screen mode . I have use below code but it didn't work so please help me, i m totally stuck.
android:windowSoftInputMode="adjustResize"
I have use this code and set in manifest but it not work Thanks in advance

Ashutosh Bansal
  • 397
  • 1
  • 6
  • 17

1 Answers1

1

Try giving:

    android:windowSoftInputMode="adjustPan" 

in your manifest.

Yogesh Somani
  • 2,624
  • 3
  • 21
  • 34