change a constants' value for consistency

This commit is contained in:
tibbi 2016-01-03 17:26:10 +01:00
parent 9b4f82bc2e
commit 4448b988cb
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}