Video of the problem from a different user but its the same
http://imgur.com/ca2cNZv
I have a background image set as follows :
.pane { backg
Its happen because window re size itself to make room for the soft input area
use android:windowSoftInputMode="adjustNothing" in AndroidManifest.xml
android:windowSoftInputMode="adjustNothing"
<activity android:windowSoftInputMode="adjustNothing" .. ... </activity>