android - How to present keyboard and not shrink background image in layout -


i have scroll view , inside there layout out. inside layout have included form (basically textfields , textviews)

when in runtime. if press on textfield keyboard appear tottaly normal. there problem background image has been shrinked.

is there way avoid it. background image shouldn't shrink

you have change manifest file

in activity tag

android:windowsoftinputmode="adjustpan"  

add this.

see http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -