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

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

Issue 1136953008: Add dark action bar color to colors.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/android/java/res/values-v17/styles.xml ('k') | no next file » | 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 f39dddefa0e41da9afd9b8a77eacd8938e7f2dc6..e95550544601df2c01e8426cca62e414d13373fd 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -89,4 +89,7 @@
<!-- Contextual Search colors -->
<color name="contextual_search_promo_text_color">#333333</color>
<color name="contextual_search_promo_background_color">#EEEEEE</color>
+
+ <!-- ActionBar colors -->
+ <color name="dark_action_bar_color">#263238</color>
newt (away) 2015/05/12 00:46:55 this probably belongs under "Common colors" or "Pr
Changwan Ryu 2015/05/12 00:53:29 Moved to common colors.
</resources>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698