Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40f6ea72 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Activate pseudo LMP theme"

parents 4eb22026 fe536b27
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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),
    };