[android-developers] Re: how to resize layout when the keyboard is open

2014-11-21 Thread dashman
Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: how to resize layout when the keyboard is open

2014-11-21 Thread crem
According to the docs you can use the android:windowSoftInputMode Flag in the manifest xml file. See: http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft I guess this is what you want? On Friday, November 21, 2014 2:03:05 AM UTC+1, dashman wrote: > > Which layout sho