The app I'm working on is set to NoTitleBar and Fullscreen, and the activities are all in landscape mode. Sometimes when I return to the application after it has been paused, the Activity looks as if it's shifted down to make space for the title bar. If I navigate to another Activity or even do some action that pops up a dialog, it quickly corrects itself - the activity jumps up to full screen and remeasures all the child views. I would like to do something like this by default when the Activity resumes. Is there a method in Activity that I can call to manually retrigger the measure/layout process and possibly applying the NoTitleBarFullScreen theme? And if so, are there any possible issues with doing this manually?
-- 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

