Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: ui/app_list/app_list_constants.h

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/app_list/app_list_constants.cc » ('j') | ui/app_list/search_result.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_constants.h
diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h
index c2a9617a8d3422775324c58e4c4fbf25389a7573..5a62bf8ffdeae9921ab6576545fb94c40fe11991 100644
--- a/ui/app_list/app_list_constants.h
+++ b/ui/app_list/app_list_constants.h
@@ -50,6 +50,9 @@ APP_LIST_EXPORT extern const float kFolderBubbleOffsetY;
APP_LIST_EXPORT extern const SkColor kCardBackgroundColor;
+APP_LIST_EXPORT extern const SkColor kAppPriceColor;
+APP_LIST_EXPORT extern const SkColor kAppRatingColor;
xiyuan 2017/06/20 22:19:22 The const should stay with the file where they are
weidongg 2017/06/22 00:59:16 Done.
+
APP_LIST_EXPORT extern const int kPageTransitionDurationInMs;
APP_LIST_EXPORT extern const int kOverscrollPageTransitionDurationMs;
APP_LIST_EXPORT extern const int kFolderTransitionInDurationMs;
@@ -92,6 +95,9 @@ APP_LIST_EXPORT extern const char kSearchResultOpenDisplayTypeHistogram[];
APP_LIST_EXPORT extern const char kSearchQueryLength[];
APP_LIST_EXPORT extern const char kSearchResultDistanceFromOrigin[];
+APP_LIST_EXPORT extern const char kAppPriceFontList[];
+APP_LIST_EXPORT extern const char kAppRatingFontList[];
+
// Returns the shadow values for a view at |z_height|.
APP_LIST_EXPORT gfx::ShadowValue GetShadowForZHeight(int z_height);
« no previous file with comments | « no previous file | ui/app_list/app_list_constants.cc » ('j') | ui/app_list/search_result.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698