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

Unified Diff: chrome/android/java/res/values-v17/styles.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 | « no previous file | chrome/android/java/res/values/colors.xml » ('j') | chrome/android/java/res/values/colors.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 367b4c0506640d9d547f4f64725f21f332f26dd6..383eff456e3bec34d4387af016f95376d55bf0a5 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -96,7 +96,7 @@
<style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@drawable/action_bar_activity_bg</item>
<!-- Action bar color -->
- <item name="colorPrimary">#263238</item>
+ <item name="colorPrimary">@color/dark_action_bar_color</item>
<!-- Status bar color -->
<item name="colorPrimaryDark">#161e21</item>
<!-- Color of checkboxes, switches, buttons, etc. -->
« no previous file with comments | « no previous file | chrome/android/java/res/values/colors.xml » ('j') | chrome/android/java/res/values/colors.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698