Hi,

I'm using Android O/S on a device connected via HDMI to an HDTV.  This
means I'm running high resolutions and don't have a touch-screen
interface.

I need to create a custom input method editor - so I've started to
look at the SoftKeyboard example that comes with the SDK.  I build the
app (in Eclipse), and install it with no problems.   I've selected as
the preferred input method.

When I select an EditText the SoftKeyboard appears - but it appears in
the top middle of the screen on top of my Activity.   I think that it
is above my activity because I'm essentially in a landscape mode
(1280x720) but what I would like to do is to re-size and re-position
this window exactly where I want it.

In the input.xml layout_width is set to fill_parent and layout_height
to wrap_content.   Adjusting these values doesn't seem to do
anything.   Also, layout_alignParentBottom is set to "true" but the
keyboard appears at the top of the screen not the bottom!

It is like there is another window that hosts the softkeyboard that is
restricting the size + position.

Any ideas how I can change this?

Thanks,

Dan


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to