am 40f6ea72: Merge "Activate pseudo LMP theme"

* commit '40f6ea720ec5958fc0706541341cad2762accaa9':
  Activate pseudo LMP theme
main
Tadashi G. Takaoka 2014-05-12 05:21:23 +00:00 committed by Android Git Automerger
commit 27ca7b071b
1 changed files with 1 additions and 2 deletions

View File

@ -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),
};