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

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

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

keyboard - C++ GetAsyncKeyState alternative -