diff --git a/res/values/styles.xml b/res/values/styles.xml index 48d303cf3..86a4c2eeb 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,4 +1,6 @@ + + + + + diff --git a/res/values/themes.xml b/res/values/themes.xml new file mode 100644 index 000000000..01fe2b659 --- /dev/null +++ b/res/values/themes.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/src/com/fsck/k9/K9.java b/src/com/fsck/k9/K9.java index b82167c6a..764f5504f 100644 --- a/src/com/fsck/k9/K9.java +++ b/src/com/fsck/k9/K9.java @@ -697,7 +697,7 @@ public class K9 extends Application { } public static int getK9ThemeResourceId(int theme) { - return (theme == THEME_LIGHT) ? android.R.style.Theme_Light : android.R.style.Theme; + return (theme == THEME_LIGHT) ? R.style.Theme_K9_Light : R.style.Theme_K9_Dark; } public static int getK9ThemeResourceId() {