aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboard.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard XML file supports include and merge tagTadashi G. Takaoka2010-10-071-71/+156
| | | | | | | | Keyboard XML file can include other keyboard XML file using directive <include keyboardLayout="@xml/...">. The keyboard XML file which is included must have <merge> tag as root element. Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32
* Add keyHintIcon attribute to BaseKeyboard.Key classTadashi G. Takaoka2010-10-051-29/+31
| | | | | | | This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
* Modify BaseKeyboard to be able to handle multiple shift keysTadashi G. Takaoka2010-10-021-20/+12
| | | | Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-0/+804
Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c