Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / message_center_style.h
index 7aeadde..7f7a7f2 100644 (file)
@@ -22,6 +22,8 @@ const int kNotificationImageBorderSize = 10;
 const int kNotificationPreferredImageWidth = 360;
 const int kNotificationPreferredImageHeight = 240;
 const int kSettingsIconSize = 16;
+const int kSmallImageSize = 16;
+const int kSmallImagePadding = 4;
 
 // Limits.
 const size_t kMaxVisibleMessageCenterNotifications = 100;
@@ -29,6 +31,7 @@ const size_t kMaxVisiblePopupNotifications = 3;
 
 // DIP dimension; H size of the whole card.
 const int kNotificationWidth = 360;
+const int kMinScrollViewHeight = 100;
 
 // Colors.
 MESSAGE_CENTER_EXPORT extern const SkColor kMessageCenterBorderColor;
@@ -62,6 +65,7 @@ const int kIconBottomPadding = 16;  // Minimum non-zero V space between icon
 
 // Text sizes.
 const int kTitleFontSize = 14;             // For title only.
+const int kEmptyCenterFontSize = 13;       // For empty message only.
 const int kTitleLineHeight = 20;           // In DIPs.
 const int kMessageFontSize = 12;           // For everything but title.
 const int kMessageLineHeight = 18;         // In DIPs.