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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 2758313002: Implement the new Photo picker, part two. (Closed)
Patch Set: Polish Created 3 years, 9 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
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index d156c8747b6354e475ad771a0ab666437dc2deb9..7655457206afbf98b7d48b99929ec62f9c6637e8 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -177,6 +177,13 @@
<!-- Favicon colors -->
<color name="default_favicon_background_color">#ff787878</color>
+ <!-- File Picker colors -->
+ <color name="file_picker_tile_bg_color">#eeeeee</color>
+ <color name="file_picker_special_tile_bg_color">#263238</color>
+ <color name="file_picker_special_tile_color">#fff</color>
+ <color name="file_picker_special_tile_disabled_bg_color">#e0e0e0</color>
+ <color name="file_picker_special_tile_disabled_color">#bdbdbd</color>
+
<!-- Bookmark widget colors -->
<color name="bookmark_widget_pressed_highlight">#1D000000</color>

Powered by Google App Engine
This is Rietveld 408576698