aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-01 22:07:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-01 22:07:20 -0700
commit11b448528bf7be966e8d0406d3c6462dcf8e32b6 (patch)
treed03e220ed4c3ea295a4413a0649876d022eb1511 /java/src
parentee01bf14089dead86a6a662d82cdafebba6cdab2 (diff)
parentc5363012b846733e9a3b7ce7de5b04e58644bedc (diff)
downloadlatinime-11b448528bf7be966e8d0406d3c6462dcf8e32b6.tar.gz
latinime-11b448528bf7be966e8d0406d3c6462dcf8e32b6.tar.xz
latinime-11b448528bf7be966e8d0406d3c6462dcf8e32b6.zip
am c5363012: am a327485e: Change the preference name for a theme and remove a preference settings
Merge commit 'c5363012b846733e9a3b7ce7de5b04e58644bedc' * commit 'c5363012b846733e9a3b7ce7de5b04e58644bedc': Change the preference name for a theme and remove a preference settings
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/KeyboardSwitcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java b/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java
index 223198b0b..9c0a5a3aa 100644
--- a/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java
+++ b/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java
@@ -45,7 +45,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
public static final int KEYBOARDMODE_WEB = R.id.mode_webentry;
public static final String DEFAULT_LAYOUT_ID = "4";
- public static final String PREF_KEYBOARD_LAYOUT = "keyboard_layout";
+ public static final String PREF_KEYBOARD_LAYOUT = "pref_keyboard_layout_20100902";
private static final int[] THEMES = new int [] {
R.layout.input_basic, R.layout.input_basic_highcontrast, R.layout.input_stone_normal,
R.layout.input_stone_bold, R.layout.input_gingerbread};