diff options
author | Steve Kondik <shade@chemlab.org> | 2010-11-22 12:06:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2010-11-22 12:06:20 +0000 |
commit | 130753e574411b5b70e2fc3f6c05e1e027762ad2 (patch) | |
tree | 7762137ee33a0ad36f4db3223bd838feb77c248b /core/java | |
parent | 8c5ac3124ef7a343dbb9d248624045ec574b6bfa (diff) | |
parent | 0ec72d9d9524ef78bd82e651b5fc94d605d34ece (diff) | |
download | frameworks_base-130753e574411b5b70e2fc3f6c05e1e027762ad2.zip frameworks_base-130753e574411b5b70e2fc3f6c05e1e027762ad2.tar.gz frameworks_base-130753e574411b5b70e2fc3f6c05e1e027762ad2.tar.bz2 |
Merge "Add the characters <>`^ to the alt-sym dialog." into froyo
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/text/method/QwertyKeyListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/method/QwertyKeyListener.java b/core/java/android/text/method/QwertyKeyListener.java index 7a1b6aa..d6c9855 100644 --- a/core/java/android/text/method/QwertyKeyListener.java +++ b/core/java/android/text/method/QwertyKeyListener.java @@ -438,7 +438,7 @@ public class QwertyKeyListener extends BaseKeyListener { PICKER_SETS.put('y', "\u00FD\u00FF"); PICKER_SETS.put('z', "\u017A\u017C\u017E"); PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT, - "\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\|"); + "\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}<>`^\\|"); PICKER_SETS.put('/', "\\"); // From packages/inputmethods/LatinIME/res/xml/kbd_symbols.xml |