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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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