diff options
author | 2012-06-04 12:27:37 -0700 | |
---|---|---|
committer | 2012-06-06 20:42:01 -0700 | |
commit | 724bc479f7d796d6ce5d5e200216bea855b818b2 (patch) | |
tree | 29e47c0a068844aa677f5e7ecdd7131c8ab0857e /java/res/xml/key_styles_common.xml | |
parent | f739119f3ff54d7c37b67b873373b236a45e47e4 (diff) | |
download | latinime-724bc479f7d796d6ce5d5e200216bea855b818b2.tar.gz latinime-724bc479f7d796d6ce5d5e200216bea855b818b2.tar.xz latinime-724bc479f7d796d6ce5d5e200216bea855b818b2.zip |
add research log ui control
- lets users flag a particular time in the research log
- lets users delete the log for this session
also makes the UsabilityLog setting control whether the ResearchLog logs or not.
multi-project commit with I89067e7d3b8daca7179333f1dbe82224c26920fe
Bug: 6188932
Change-Id: I89864ef3ab53b0efe1ea8d75247be08712f0c399
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 19 |
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 819cdc6a9..7db1d29ea 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 |