mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
change a constants' value for consistency
This commit is contained in:
@@ -27,5 +27,5 @@ public class Constants {
|
|||||||
|
|
||||||
public static final String PREFS = "prefs";
|
public static final String PREFS = "prefs";
|
||||||
public static final String VALUE = "value";
|
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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user