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
Post a Comment