aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-26 23:32:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-26 23:32:55 -0700
commited6bd49f0742742095b24f4cb6047665d195bf26 (patch)
tree29c8821da218254827cedd3a44ed5659bfc39703 /java/src
parent8110e347515d4605e000c7fcea0f98832218518a (diff)
parentadaaf9ffb8f8ee0fa568d232ac140b74b0be4e38 (diff)
downloadlatinime-ed6bd49f0742742095b24f4cb6047665d195bf26.tar.gz
latinime-ed6bd49f0742742095b24f4cb6047665d195bf26.tar.xz
latinime-ed6bd49f0742742095b24f4cb6047665d195bf26.zip
am adaaf9ff: Rename theme file names
* commit 'adaaf9ffb8f8ee0fa568d232ac140b74b0be4e38': Rename theme file names
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java
index ff2692d81..098c8b3df 100644
--- a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java
+++ b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java
@@ -58,8 +58,8 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
}
private static final KeyboardTheme[] KEYBOARD_THEMES = {
- new KeyboardTheme(5, R.style.KeyboardTheme_IceCreamSandwich),
- new KeyboardTheme(8, R.style.KeyboardTheme_Gingerbread),
+ new KeyboardTheme(0, R.style.KeyboardTheme_ICS),
+ new KeyboardTheme(1, R.style.KeyboardTheme_GB),
};
private SubtypeSwitcher mSubtypeSwitcher;