aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java')
-rw-r--r--WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java b/WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java
deleted file mode 100644
index be3e7c176..000000000
--- a/WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.wordpress.android.ui.notifications;
-
-
-import android.graphics.Color;
-
-public class NotificationsConstants {
- // These colors are used in NoteBlockClickableSpan.
- // If those colors are updated there, they should be updated here as well
- public static final int COLOR_CALYPSO_BLUE_BORDER = Color.parseColor("#d2dee6");
- public static int COLOR_CALYPSO_DARK_BLUE = Color.parseColor("#324155");
- public static final int COLOR_NEW_KID_BLUE = Color.parseColor("#2EA2CC");
- public static final int COLOR_CALYPSO_BLUE = Color.parseColor("#90aec2");
- public static final int COLOR_CALYPSO_WHITE = Color.parseColor("#FFFFFF");
-}