1

How can i implement the Shift key functionality for android custom keyboard, i want to change the keys from caps to small and small to caps while clicking the Shift key, for me it is coming but while typing the messages texts are only in smalls, and also i need separate background for each key, for this purpose me implemented android:keyicon instead of android:keylabel attribute but while doing this the problem will arise when changing to small from caps by pressing he Shift key, any idea please help, thanks very much for your efforts

user1338378
  • 37
  • 2
  • 4

1 Answers1

0

checkout this project of Hackerskeyboard.

it implements that exactly

thepoosh
  • 12,497
  • 15
  • 73
  • 132
  • thanks for your time but in that project there is no source code for that , i am very sorry for asking like this but i am very hurry for this project – user1338378 Apr 25 '12 at 09:14
  • try looking at [this question](http://stackoverflow.com/questions/5091674/creating-custom-android-keyboard-layout) – thepoosh Apr 25 '12 at 09:17