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

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

Issue 2032713004: Use #969696 as (dark) text hint color in the Android omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e321e518b007f84170ab45c5f84bed6ee7624eac..1813ebb72a39ab9939b9c3e34c4bd18eede41ff3 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -125,6 +125,7 @@
<color name="incognito_primary_color">#505050</color>
<!-- LocationBar colors -->
+ <color name="locationbar_dark_hint_text">#969696</color>
<color name="locationbar_light_hint_text">#80ffffff</color>
<color name="locationbar_light_selection_color">#cc5595fe</color>
<color name="locationbar_status_color">@color/light_normal_color</color>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698