My activity has android:windowSoftInputMode="adjustResize" and, in
2.1, the softKeyboard will resize the layout accordingly. In 3.1,
however, I have not been able to get the same behavior: the soft
keyboard will push EditText views, but not Button views.

Same behavior on both the 10 inch Galaxy tab and the Motorola Xoom.

I've reworked my layout several times trying to get it to be
compatible with Honeycomb, to no avail. The soft keyboard will push up
an EditText view, but not the buttons. Here are a couple variations
I've tried for the layout:

Using just LinearLayout - http://pastebin.com/qRh6xgM7

Using RelativeLayout - http://pastebin.com/94YinSZy

The only related issue I've found is this:
http://groups.google.com/group/android-developers/browse_thread/thread/59c7a97bb4569e3a/77facea6ccc94b3f?lnk=gst&q=overlayed%20the%20edit%20area%20in%20webview%20when%20the%20hardware%20accelerate%20is%20enabled#77facea6ccc94b3f

But disabling hardware acceleration had no effect for me. I also read
the Android blog guide on making your app compatible with input
methods, but didn't recognize any solution there.

Am I doing something obviously wrong? Or is this a bug anyone has more
info on?

This is a crosspost for a Stack Overflow question:
http://stackoverflow.com/questions/6599341/honeycomb-3-1-adjustresize-no-longer-working

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to