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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Common colors --> 7 <!-- Common colors -->
8 <color name="default_text_color">#333</color> 8 <color name="default_text_color">#333</color>
9 <color name="default_primary_color">#f2f2f2</color> 9 <color name="default_primary_color">#f2f2f2</color>
10 <color name="light_normal_color">#5A5A5A</color> 10 <color name="light_normal_color">#5A5A5A</color>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> 83 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
84 <color name="ntp_bg">#fff</color> 84 <color name="ntp_bg">#fff</color>
85 85
86 <!-- Signin promo screen colors --> 86 <!-- Signin promo screen colors -->
87 <color name="illustration_background_color">#4FC3F7</color> 87 <color name="illustration_background_color">#4FC3F7</color>
88 88
89 <!-- Contextual Search colors --> 89 <!-- Contextual Search colors -->
90 <color name="contextual_search_promo_text_color">#333333</color> 90 <color name="contextual_search_promo_text_color">#333333</color>
91 <color name="contextual_search_promo_background_color">#EEEEEE</color> 91 <color name="contextual_search_promo_background_color">#EEEEEE</color>
92
93 <!-- ActionBar colors -->
94 <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.
92 </resources> 95 </resources>
OLDNEW
« 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