LatinIME/java
Tadashi G. Takaoka 520a297ad1 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
2011-06-27 20:04:34 +09:00
..
res Draw phone/number keyboard layout witout icon 2011-06-27 20:04:34 +09:00
src/com/android/inputmethod Draw phone/number keyboard layout witout icon 2011-06-27 20:04:34 +09:00
Android.mk Consolidate main dictionary files. 2011-01-05 11:31:58 +09:00
AndroidManifest.xml Add SuggestionSpan suggestion picked notification receiver 2011-05-26 19:47:29 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Add spell checking core methods. 2011-06-03 17:11:16 +09:00