add dark theme

This commit is contained in:
tibbi
2016-07-24 11:13:42 +02:00
parent 4d91c3d252
commit 77d0e9a7d4
15 changed files with 108 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ public class Constants {
// shared preferences
public static final String PREFS_KEY = "Notes";
public static final String IS_FIRST_RUN = "is_first_run";
public static final String IS_DARK_THEME = "is_dark_theme";
public static final String AUTOSAVE = "autosave";
public static final String WIDGET_BG_COLOR = "widget_bg_color";
public static final String WIDGET_TEXT_COLOR = "widget_text_color";