[android-developers] Re: Ensuring that the IME show/hide results in a call to View.onSizeChanged()?

2010-03-07 Thread jamesc
Turns out the issue is with the combination flags set on the Window (FLAG_FULLSCREEN and SOFT_INPUT_ADJUST_RESIZE or adjustResize in the manifest). See: http://groups.google.com/group/android-developers/browse_thread/thread/4f5f779d58170d20 And a defect raised here:

[android-developers] Re: Ensuring that the IME show/hide results in a call to View.onSizeChanged()?

2010-03-03 Thread jamesc
OK, so by experimenting with a test application containing: - A Button to toggle the IME (show/hide). - A ScrollView containing TextViews. I can get the behviour I require. However, this is obviously just a test app. The issue still stands that my View implementation doesn't get it's