This looks like a total hack but by adding this line getWindow().setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);
to the code I don't have the problem anymore. This workaround kind of makes sense assuming something was being drawn outside of the viewable bounds of the screen (like the titlebar, or focus state of the button). The screen now won't shift to show offscreen content because it can extend outside of the viewable screen with this flag. It still seems like a bug needs to be logged against this. Brady --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

