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

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

Issue 2973763003: Photo Picker dialog: Polish to adhere better to spec. (Closed)
Patch Set: Sync and merge Created 3 years, 5 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 d2d023558942e64cae22b531e63cf25f3c12c0d3..c0c9df4c23fa2596782f4440c14d4e53934dbea4 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -195,9 +195,8 @@
<!-- Photo Picker colors -->
<color name="photo_picker_tile_bg_color">@color/google_grey_200</color>
- <color name="photo_picker_special_tile_bg_color">@color/dark_action_bar_color</color>
- <color name="photo_picker_special_tile_color">@android:color/white</color>
- <color name="photo_picker_special_tile_disabled_bg_color">@color/google_grey_300</color>
+ <color name="photo_picker_special_tile_bg_color">@color/google_grey_300</color>
+ <color name="photo_picker_special_tile_color">@color/black_alpha_40</color>
<color name="photo_picker_special_tile_disabled_color">@color/google_grey_400</color>
<!-- Bookmark widget colors -->

Powered by Google App Engine
This is Rietveld 408576698