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

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 1352133002: Let Custom Tabs Use Light Progressbar for Dark Toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed init() in ClipDrawableProgressbar Created 5 years, 3 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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 96
97 <!-- Signin promo screen colors --> 97 <!-- Signin promo screen colors -->
98 <color name="illustration_background_color">#4FC3F7</color> 98 <color name="illustration_background_color">#4FC3F7</color>
99 99
100 <!-- Contextual Search colors --> 100 <!-- Contextual Search colors -->
101 <color name="contextual_search_promo_text_color">#333333</color> 101 <color name="contextual_search_promo_text_color">#333333</color>
102 <color name="contextual_search_promo_background_color">#EEEEEE</color> 102 <color name="contextual_search_promo_background_color">#EEEEEE</color>
103 103
104 <!-- Progress Bar colors --> 104 <!-- Progress Bar colors -->
105 <color name="progress_bar_foreground">@color/light_active_color</color> 105 <color name="progress_bar_foreground">@color/light_active_color</color>
106 <color name="progress_bar_foreground_white">@android:color/white</color>
106 <color name="progress_bar_background">#3d4386f7</color> 107 <color name="progress_bar_background">#3d4386f7</color>
107 <color name="progress_bar_background_white">#4d000000</color> 108 <color name="progress_bar_background_white">#4d000000</color>
108 109
109 <!-- Theme colors. Also used for toolbar background --> 110 <!-- Theme colors. Also used for toolbar background -->
110 <color name="incognito_primary_color">#505050</color> 111 <color name="incognito_primary_color">#505050</color>
111 112
112 <!-- LocationBar colors --> 113 <!-- LocationBar colors -->
113 <color name="locationbar_light_hint_text">#80ffffff</color> 114 <color name="locationbar_light_hint_text">#80ffffff</color>
114 <color name="locationbar_light_selection_color">#cc5595fe</color> 115 <color name="locationbar_light_selection_color">#cc5595fe</color>
115 116
(...skipping 30 matching lines...) Expand all
146 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> 147 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color>
147 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> 148 <color name="enhanced_bookmark_icon_background_color">#ff787878</color>
148 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color> 149 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color>
149 150
150 <!-- Opt out promo --> 151 <!-- Opt out promo -->
151 <color name="opt_out_text_color">#646464</color> 152 <color name="opt_out_text_color">#646464</color>
152 153
153 <!-- Media UI Colors --> 154 <!-- Media UI Colors -->
154 <color name="media_session_icon_color">#14181C</color> 155 <color name="media_session_icon_color">#14181C</color>
155 </resources> 156 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698