Question

I am writing a custom android IME, and would like the keyboard on the side of the display rather than the bottom (actually, I want the user to have options). If possible, I would like to split the keyboard into 2 or more parts, located around the display edges.

I have reviewed various complicated solutions which may need extensive cross-device testing.

Is there a simple (and reliable) way to do this, with say, XML layout? I know Java, but not much about android layout.

Was it helpful?

Solution

Answering my own question, after much digging I think the answer is no, there is no simple way of moving the keyboard from the bottom of the display. I have settled on a very small "keyboard" along the bottom, and then creating a mostly transparent popup view. Not nearly as simple as what I was hoping for, but I think I can eventually get it to look the way I want.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top