[android-developers] Re: Soft Keyboard Candidate View problem

2010-05-30 Thread ced
Answering my own question here, finally figure out the solution. In the InputMethodService, override this method: @Override public void onComputeInsets(InputMethodService.Insets outInsets) { super.onComputeInsets(outInsets); if (!isFullscreenMode()) { outInsets.cont

[android-developers] Re: Soft Keyboard Candidate View problem

2010-05-05 Thread ced
It's not my app being blocked by the keyboard's candidate view. It's my keyboard's candidate view blocking other apps. And I'd like to fix the keyboard. Any other suggestions? On May 4, 3:05 pm, jamesc wrote: > Take a look at adjustResize and adjustPan: > > http://developer.android.com/guide/to

[android-developers] Re: Soft Keyboard Candidate View problem

2010-05-04 Thread jamesc
Take a look at adjustResize and adjustPan: http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft On May 2, 8:07 am, ced wrote: > Hi, > > I am playing with the Demo SoftKeyboard the comes with the Android > SDK. > > In portrait mode when its candidate view is shown, it do