diff options
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index fd226ed..3a8d15f 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -228,6 +228,7 @@ final class Config case "light": return R.style.Light; case "black": return R.style.Black; case "dark": return R.style.Dark; + case "white": return R.style.White; default: case "system": if (Build.VERSION.SDK_INT >= 8) @@ -267,16 +268,6 @@ final class Config } } - public static int themeId_of_string(String name) - { - switch (name) - { - case "light": return R.style.Light; - case "black": return R.style.Black; - default: case "dark": return R.style.Dark; - } - } - private static Config _globalConfig = null; public static void initGlobalConfig(Context context, IKeyEventHandler handler) |
