diff options
author | 2013-10-07 15:21:23 +0900 | |
---|---|---|
committer | 2013-10-07 15:28:39 +0900 | |
commit | 4deb824f3a91e2e157a3a0334e46b9bba394bc1a (patch) | |
tree | 73f5bbdef1917e74c48cdc3775f71784cabee6a2 /java/src/com/android/inputmethod | |
parent | 287c739db9715222733af18b5e575f0bba1033bf (diff) | |
download | latinime-4deb824f3a91e2e157a3a0334e46b9bba394bc1a.tar.gz latinime-4deb824f3a91e2e157a3a0334e46b9bba394bc1a.tar.xz latinime-4deb824f3a91e2e157a3a0334e46b9bba394bc1a.zip |
Add navigateEmoji
Bug: 11074625
Change-Id: I1ef6b81ef923684b502c24fddb4ced8fe1691733
Diffstat (limited to 'java/src/com/android/inputmethod')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java b/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java index 684cf632b..d219e8195 100644 --- a/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java +++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java @@ -251,6 +251,7 @@ public final class KeyboardTextsSet { /* 146 */ "more_keys_for_single_quote", /* 147 */ "more_keys_for_double_quote", /* 148 */ "more_keys_for_tablet_double_quote", + /* 149 */ "emoji_key_as_more_key", }; private static final String EMPTY = ""; @@ -439,6 +440,7 @@ public final class KeyboardTextsSet { /* 146 */ "!fixedColumnOrder!5,!text/single_quotes,!text/single_angle_quotes", /* 147 */ "!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes", /* 148 */ "!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes", + /* 149 */ "!icon/emoji_key|!code/key_emoji", }; /* Language af: Afrikaans */ |