diff options
| author | Tadashi G. Takaoka <takaoka@google.com> | 2014-05-12 14:11:59 +0900 |
|---|---|---|
| committer | Tadashi G. Takaoka <takaoka@google.com> | 2014-05-12 14:11:59 +0900 |
| commit | fe536b27280fe47bb6bc741204e65674c5b52501 (patch) | |
| tree | b0f203c4db69d54792c1936be671090dd290fca0 /java/src/com/android/inputmethod | |
| parent | 43e371e5130ff2776e365bc1a515cb0bdfda501d (diff) | |
Activate pseudo LMP theme
Bug: 14419121
Change-Id: I00265315c204de2279250d9ae20f630c2ee5dec6
Diffstat (limited to 'java/src/com/android/inputmethod')
| -rw-r--r-- | java/src/com/android/inputmethod/keyboard/KeyboardTheme.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java b/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java index 5034540cf..429c7ddd7 100644 --- a/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java +++ b/java/src/com/android/inputmethod/keyboard/KeyboardTheme.java @@ -42,8 +42,7 @@ public final class KeyboardTheme { VERSION_CODES.ICE_CREAM_SANDWICH), new KeyboardTheme(THEME_ID_KLP, R.style.KeyboardTheme_KLP, VERSION_CODES.KITKAT), - // TODO: Update to LMP style. - new KeyboardTheme(THEME_ID_LMP, R.style.KeyboardTheme_KLP, + new KeyboardTheme(THEME_ID_LMP, R.style.KeyboardTheme_LMP, // TODO: Update this constant once the *next* version becomes available. VERSION_CODES.CUR_DEVELOPMENT), }; |
