From adaaf9ffb8f8ee0fa568d232ac140b74b0be4e38 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 27 Aug 2013 13:01:20 +0900 Subject: Rename theme file names Bug: 10415342 Change-Id: I692b157953f77c610482b494cbaeed4430bcb629 --- java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src') 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; -- cgit v1.2.3-83-g751a