aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-06-06 20:47:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-06 20:47:53 -0700
commit9b300f0caa978f4fc103c34b9be0165a49a2e24b (patch)
treec2c68733c9e423f1769bcff61213027b5e9c1fb7 /java/res/xml/key_styles_common.xml
parent4fff6a04988aa47ec716068d41cde1858dc52def (diff)
parent724bc479f7d796d6ce5d5e200216bea855b818b2 (diff)
downloadlatinime-9b300f0caa978f4fc103c34b9be0165a49a2e24b.tar.gz
latinime-9b300f0caa978f4fc103c34b9be0165a49a2e24b.tar.xz
latinime-9b300f0caa978f4fc103c34b9be0165a49a2e24b.zip
Merge "add research log ui control"
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r--java/res/xml/key_styles_common.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml
index 622da2120..162119dab 100644
--- a/java/res/xml/key_styles_common.xml
+++ b/java/res/xml/key_styles_common.xml
@@ -22,23 +22,8 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<!-- Base key style for the key which may have settings or tab key as popup key. -->
- <switch>
- <case
- latin:clobberSettingsKey="true"
- >
- <key-style
- latin:styleName="f1MoreKeysStyle"
- latin:backgroundType="functional" />
- </case>
- <!-- clobberSettingsKey="false" -->
- <default>
- <key-style
- latin:styleName="f1MoreKeysStyle"
- latin:keyLabelFlags="hasPopupHint"
- latin:moreKeys="!text/settings_as_more_key"
- latin:backgroundType="functional" />
- </default>
- </switch>
+ <include
+ latin:keyboardLayout="@xml/key_styles_f1" />
<!-- Functional key styles -->
<switch>
<case