diff options
author | 2011-06-25 19:38:55 +0900 | |
---|---|---|
committer | 2011-06-27 20:04:34 +0900 | |
commit | 520a297ad1d148a57bcf6559a9802d5d49182d70 (patch) | |
tree | 4c4ad4fbff8c6e3ba668b0ea6a3f99c55ff097d7 /java/src/com/android/inputmethod/compat/CompatUtils.java | |
parent | 7fb04fe007a6d0489168e9c87771db554c873464 (diff) | |
download | latinime-520a297ad1d148a57bcf6559a9802d5d49182d70.tar.gz latinime-520a297ad1d148a57bcf6559a9802d5d49182d70.tar.xz latinime-520a297ad1d148a57bcf6559a9802d5d49182d70.zip |
Draw phone/number keyboard layout witout icon
This change introduces:
* New KeyboardView attribute
* keyLargeLetterRatio to specify large letter text size.
* keyHintLabelRatio to specify hint label text size.
* keyHintLabelColor to specify hint label text color.
* keyPreviewTextRatio to specify key preview text size.
* New Key.keyLabelOption flags
* alignLeftOfCenter, align the key label slightly left of the key center.
* largeLetter, use keyLargeLetterRatio to draw key letter.
* hasHintLabel, draw keyHintLabel at the right of key letter.
* followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
* Renames
* Key.keyHintLetter to keyHintLabel.
* Key.keylLabelOption fontFixedWidth to fontMonoSpace.
* Key.keylLabelOption popupHint to hasPopupHint.
* Removes
* number icon releted attributes and declarations.
Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
Diffstat (limited to 'java/src/com/android/inputmethod/compat/CompatUtils.java')
0 files changed, 0 insertions, 0 deletions