diff options
author | 2010-09-15 10:58:00 -0700 | |
---|---|---|
committer | 2010-09-15 10:58:00 -0700 | |
commit | 13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac (patch) | |
tree | a2755c38c6839d205e610ba19bd1c3819d4c760d /java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java | |
parent | d6210de709a0ed724f355743f196e827ebd7df50 (diff) | |
parent | 1508c0e84f0cd93ab6f5d46fea5026e833f299bc (diff) | |
download | latinime-13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac.tar.gz latinime-13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac.tar.xz latinime-13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac.zip |
am 1508c0e8: Add a new preference item to show/hide the settings key.
Merge commit '1508c0e84f0cd93ab6f5d46fea5026e833f299bc' into gingerbread-plus-aosp
* commit '1508c0e84f0cd93ab6f5d46fea5026e833f299bc':
Add a new preference item to show/hide the settings key.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java index 3ae2e1c53..591235577 100644 --- a/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java +++ b/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java @@ -643,7 +643,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx return mShowPreview; } - public int getSymbolColorSheme() { + public int getSymbolColorScheme() { return mSymbolColorScheme; } |