I have been messing around with custom keyboards but cannot achieve what I want.
I tried to follow various tutorials (like this one How can I implement special soft keyboard) but could not build my own keyboard since there is always missing some part.
I also tried the sample SoftKeyboard that comes with the API 10 samples but the layout did not suit my app.
Now, all I want to have is a the default android 4.3 softkeyboard, that instead of giving the option to switch to the numeric view in the bottom left corner (I am referring to the ?123
button) , adds another row of keys to the top. That row should hold the keys '0' to '9'.
Can someone help me out here? I would really appreciate it!