Hi everyone,
For an Android 1.5 device I need to implement a new Soft Input (Soft
Keyboard) that is not located at either side of the Screen but rather
at a corner. I have the layout ready but I can’t get the
InputMethodManager to locate my input Method View to be displayed
before the Activity without resizing it and positioning it at the
corner.
What I have done:
-       I implemented my own Soft Keyboard using the Soft Keyboard Sample
from the Android 1.5 SDK. The View used to display the keyboard now
holds my own layout.
-       My SoftKeyboard class (derived from InputMethod) sets  the layout to
WRAP_CONTENT for width and height.
onEvaluateFullscreenMode() always returns false since I don’t want /
need id.
The problem is, that my Soft Keyboard is now located within the center
of the Screen rather than at one corner and the Actvity scrolls down
when I reach the height of my Soft Keyboard although it would be
displayed correctly besides it.
I hope I made myself clear because, unfortunately, I can’t post any
codes or screenshots here for confidentiality reasons.

Thank you all for your help, it is greatly appreciated.

Kai aka Aracos

-- 
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

Reply via email to