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

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

Issue 1050163004: [Contextual Search] Implements Opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase Created 5 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 0b652fe9f32629dbd08c1436ffb0643857f44029..b11cadc811c44169f7f0840b0963983f4bbde1e2 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -78,4 +78,8 @@
<!-- Signin promo screen colors -->
<color name="illustration_background_color">#4FC3F7</color>
+
+ <!-- Contextual Search colors -->
+ <color name="contextual_search_promo_text_color">#343434</color>
+ <color name="contextual_search_promo_background_color">#EEEEEE</color>
</resources>
« no previous file with comments | « chrome/android/java/res/layout/contextual_search_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698