krishnendra
krishnendra

Reputation: 99

Android keyboard slides down leaving white space behind screen (Using Fragement)

My Problem have been explained on below url

Android keyboard slides down leaving white space behind

http://www.flickr.com/photos/54884891@N05/10310528196/

But this answers are not working for me. I am using Fragment ,Where i have search edit text . Whenever keypad is coming up and going down this is always leaving dirty white space.

Thanks in Advance,,

Upvotes: 1

Views: 1574

Answers (1)

Arpan24x7
Arpan24x7

Reputation: 668

You should use " android:windowSoftInputMode="adjustPan" " in your Manifest file.

Upvotes: 6

Related Questions