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

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

Issue 1170843002: [Andorid] Migrate to ClipDrawable progress bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 5 years, 5 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <color name="ntp_list_header_subtext">#969696</color> 97 <color name="ntp_list_header_subtext">#969696</color>
98 <color name="ntp_list_header_subtext_active">#7cadff</color> 98 <color name="ntp_list_header_subtext_active">#7cadff</color>
99 99
100 <!-- Signin promo screen colors --> 100 <!-- Signin promo screen colors -->
101 <color name="illustration_background_color">#4FC3F7</color> 101 <color name="illustration_background_color">#4FC3F7</color>
102 102
103 <!-- Contextual Search colors --> 103 <!-- Contextual Search colors -->
104 <color name="contextual_search_promo_text_color">#333333</color> 104 <color name="contextual_search_promo_text_color">#333333</color>
105 <color name="contextual_search_promo_background_color">#EEEEEE</color> 105 <color name="contextual_search_promo_background_color">#EEEEEE</color>
106 106
107 <!-- Progress Bar colors -->
108 <color name="progress_bar_foreground">@color/light_active_color</color>
109 <color name="progress_bar_background">#3d4386f7</color>
110 <color name="progress_bar_background_white">#4d000000</color>
111
107 <!-- Theme colors. Also used for toolbar background --> 112 <!-- Theme colors. Also used for toolbar background -->
108 <color name="incognito_primary_color">#505050</color> 113 <color name="incognito_primary_color">#505050</color>
109 114
110 <!-- LocationBar colors --> 115 <!-- LocationBar colors -->
111 <color name="locationbar_light_hint_text">#80ffffff</color> 116 <color name="locationbar_light_hint_text">#80ffffff</color>
112 <color name="locationbar_light_selection_color">#cc5595fe</color> 117 <color name="locationbar_light_selection_color">#cc5595fe</color>
113 118
114 <!-- Find in Page colors --> 119 <!-- Find in Page colors -->
115 <color name="find_result_bar_background_color">#bfffffff</color> 120 <color name="find_result_bar_background_color">#bfffffff</color>
116 <color name="find_result_bar_background_border_color">#bf666666</color> 121 <color name="find_result_bar_background_border_color">#bf666666</color>
(...skipping 24 matching lines...) Expand all
141 <color name="enhanced_bookmark_selection_action_bar_background">#4F82F4</col or> 146 <color name="enhanced_bookmark_selection_action_bar_background">#4F82F4</col or>
142 <color name="enhanced_bookmark_drawer_selected_color">#4281F4</color> 147 <color name="enhanced_bookmark_drawer_selected_color">#4281F4</color>
143 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor> 148 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor>
144 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> 149 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color>
145 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> 150 <color name="enhanced_bookmark_icon_background_color">#ff787878</color>
146 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color> 151 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color>
147 152
148 <!-- Opt out promo --> 153 <!-- Opt out promo -->
149 <color name="opt_out_text_color">#646464</color> 154 <color name="opt_out_text_color">#646464</color>
150 </resources> 155 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698