change the package name

This commit is contained in:
tibbi
2016-02-25 22:11:03 +01:00
parent 9eefa472fc
commit b8642927a1
9 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
package com.simplemobiletools.notes;
public class Constants {
public static final String PREFS = "prefs";
public static final String TEXT = "text";
public static final String WIDGET_BG_COLOR = "widget_bg_color";
public static final String WIDGET_TEXT_COLOR = "widget_text_color";
}