diff options
author | 2011-12-18 08:00:07 +0900 | |
---|---|---|
committer | 2011-12-18 18:25:29 +0900 | |
commit | 7bd714c086a78e2058543b0971ac92f5a30b2362 (patch) | |
tree | 40cc639e59950a4744de3383239a429e7036c823 /java/res/xml-sw600dp | |
parent | 1ebedd7a15a8fd94e68fb43eb089ed87c4c5a480 (diff) | |
download | latinime-7bd714c086a78e2058543b0971ac92f5a30b2362.tar.gz latinime-7bd714c086a78e2058543b0971ac92f5a30b2362.tar.xz latinime-7bd714c086a78e2058543b0971ac92f5a30b2362.zip |
Add extra key icons to KeyboardIconsSet
* Get rid of Key.keyIconShifted attribute.
Add Keyboard.iconShiftKeyShifted to KeyboardIconsSet.
* Get rid of LatinKeyboardView.disabledShortcutIcon attribute.
Add Keyboard.iconShortcurKeyDisabled to KeyboardIconsSet.
* Add Keyboard.iconSpaceKeyForNumber to KeyboardIconsSet.
* Fix misplaced autoCorrectionSpacebarLedIcon resources.
Change-Id: I381bff3789254977ab3cb18f58f95b3c433b1e1a
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/kbd_key_styles.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp/kbd_key_styles.xml b/java/res/xml-sw600dp/kbd_key_styles.xml index e0171b030..275601090 100644 --- a/java/res/xml-sw600dp/kbd_key_styles.xml +++ b/java/res/xml-sw600dp/kbd_key_styles.xml @@ -43,7 +43,6 @@ latin:styleName="shiftKeyStyle" latin:code="@integer/key_shift" latin:keyIcon="iconShiftKey" - latin:keyIconShifted="iconShiftedShiftKey" latin:keyActionFlags="noKeyPreview" latin:backgroundType="sticky" /> <key-style |