Re: [android-developers] Adjust Screen Size When Soft Keyboard Shown

2012-03-05 Thread Matt Clark
Ahhh, i always wrap everything in scroll view, but did not know to set this property. 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

Re: [android-developers] Adjust Screen Size When Soft Keyboard Shown

2012-03-04 Thread Mark Murphy
On Sun, Mar 4, 2012 at 5:57 PM, Matt Clark wrote: > Right now in my app, when the soft keyboard is shown, it does not resize my > activity to the upper half of the screen that is not being covered by the > keyboard, higing some important elements. How would I detect that the soft > keyboard has be

[android-developers] Adjust Screen Size When Soft Keyboard Shown

2012-03-04 Thread Matt Clark
Right now in my app, when the soft keyboard is shown, it does not resize my activity to the upper half of the screen that is not being covered by the keyboard, higing some important elements. How would I detect that the soft keyboard has been shown, and then change my layout to fit? ~tinyClark