| Index: ui/app_list/app_list_constants.cc
|
| diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc
|
| index 5997aa248b1bd18fe87509e2a7066aeb1c326984..8abaa747749ca85555a2e56e5c5e60ebcbede5f5 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -50,6 +50,11 @@ const float kFolderBubbleRadius = 22;
|
| const float kFolderShadowRadius = 22.5;
|
| const float kFolderShadowOffsetY = 1;
|
|
|
| +const int kCardShadowBlur = 4;
|
| +const int kCardShadowYOffset = 1;
|
| +const SkColor kCardShadowColor = SkColorSetARGB(0x4C, 0, 0, 0);
|
| +const SkColor kCardBackgroundColor = SK_ColorWHITE;
|
| +
|
| // Duration in milliseconds for page transition.
|
| const int kPageTransitionDurationInMs = 180;
|
|
|
|
|