Wednesday, 11 September 2013

How can I show the whole layout above the SoftKeyBoard

How can I show the whole layout above the SoftKeyBoard

I have a Layout wrapped in a ScrollView. When the SoftKeyBoard is opened,
I want the whole layout to be present above the SoftKeyBoard.
From the image below:
Initial state
What I am getting when the SoftKeyBoard is open
What I want when the SoftKeyBoard is open

What I tried:
android:windowSoftInputMode="adjustResize"
android:windowSoftInputMode="adjustPan"
None worked.
Thank You.

No comments:

Post a Comment