aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp/key_styles_common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-16 16:24:03 -0800
committerTadashi G. Takaoka <takaoka@google.com>2012-02-17 01:04:11 -0800
commit97bde43740d8ba7f8aedde35d20621823140966c (patch)
treea0b514b9ce7f91c445245159088ec4ecd660e04b /java/res/xml-sw600dp/key_styles_common.xml
parentfed72d6038927203eb5f5395b81dfe3495b486a6 (diff)
downloadlatinime-97bde43740d8ba7f8aedde35d20621823140966c.tar.gz
latinime-97bde43740d8ba7f8aedde35d20621823140966c.tar.xz
latinime-97bde43740d8ba7f8aedde35d20621823140966c.zip
Settings key always exists in more keys of shortcut/f1 key
This change also * Fix comman/f1 key for Arabic keyboard. * Removes "show settings key option" and related stuff. * Renames and simplifies F2 key to shortcut key on 7 inch tablet. Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r--java/res/xml-sw600dp/key_styles_common.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml
index 70fc28949..bb75b1c82 100644
--- a/java/res/xml-sw600dp/key_styles_common.xml
+++ b/java/res/xml-sw600dp/key_styles_common.xml
@@ -21,23 +21,6 @@
<merge
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
- <!-- Base key style for the key which may have settings key as popup key -->
- <switch>
- <case
- latin:clobberSettingsKey="true"
- >
- <key-style
- latin:styleName="f2PopupStyle"
- latin:backgroundType="functional" />
- </case>
- <default>
- <key-style
- latin:styleName="f2PopupStyle"
- latin:keyLabelFlags="hasPopupHint"
- latin:moreKeys="\@icon/settingsKey|\@integer/key_settings"
- latin:backgroundType="functional" />
- </default>
- </switch>
<switch>
<case
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
@@ -112,7 +95,7 @@
latin:keyIconDisabled="iconDisabledShortcutKey"
latin:keyLabelFlags="preserveCase"
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
- latin:parentStyle="f2PopupStyle" />
+ latin:backgroundType="functional" />
<key-style
latin:styleName="settingsKeyStyle"
latin:code="@integer/key_settings"