|
|
|
@ -28,11 +28,11 @@ import net.micode.notes.ui.NotesPreferenceActivity;
|
|
|
|
|
public class ResourceParser {
|
|
|
|
|
|
|
|
|
|
// 定义颜色常量
|
|
|
|
|
public static final int YELLOW = 0;
|
|
|
|
|
public static final int BLUE = 1;
|
|
|
|
|
public static final int WHITE = 2;
|
|
|
|
|
public static final int GREEN = 3;
|
|
|
|
|
public static final int RED = 4;
|
|
|
|
|
public static final int YELLOW = 0;//黄色为0
|
|
|
|
|
public static final int BLUE = 1;//蓝色为1
|
|
|
|
|
public static final int WHITE = 2;//白色为2
|
|
|
|
|
public static final int GREEN = 3;//绿色为3
|
|
|
|
|
public static final int RED = 4;//红色为4
|
|
|
|
|
|
|
|
|
|
// 定义默认背景颜色常量
|
|
|
|
|
public static final int BG_DEFAULT_COLOR = YELLOW;
|
|
|
|
|