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

Unified Diff: ui/app_list/app_list_constants.h

Issue 2945343003: cros: update app list item view for all apps grid view (Closed)
Patch Set: feedback 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') | no next file with comments »
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 90d93b171ec30ab01d34c10918f866b83656b982..f6155893221b3b97b2cb4fc5fa34f32c86edae4f 100644
--- a/ui/app_list/app_list_constants.h
+++ b/ui/app_list/app_list_constants.h
@@ -40,6 +40,13 @@ APP_LIST_EXPORT extern const SkColor kResultDimmedTextColor;
APP_LIST_EXPORT extern const SkColor kResultURLTextColor;
APP_LIST_EXPORT extern const SkColor kGridTitleColor;
+APP_LIST_EXPORT extern const SkColor kGridTitleColorFullscreen;
+
+APP_LIST_EXPORT extern const int kGridTileWidth;
+APP_LIST_EXPORT extern const int kGridTileHeight;
+APP_LIST_EXPORT extern const int kGridIconTopPadding;
+APP_LIST_EXPORT extern const int kGridTitleSpacing;
+APP_LIST_EXPORT extern const int kGridTitleHorizontalPadding;
APP_LIST_EXPORT extern const SkColor kFolderTitleColor;
APP_LIST_EXPORT extern const SkColor kFolderTitleHintTextColor;
« no previous file with comments | « no previous file | ui/app_list/app_list_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698