change a constants' value for consistency
This commit is contained in:
parent
9b4f82bc2e
commit
4448b988cb
|
@ -27,5 +27,5 @@ public class Constants {
|
|||
|
||||
public static final String PREFS = "prefs";
|
||||
public static final String VALUE = "value";
|
||||
public static final String WIDGET_BG_COLOR = "widget_bg";
|
||||
public static final String WIDGET_BG_COLOR = "widget_bg_color";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue