Chromium Code Reviews| OLD | NEW |
|---|---|
| 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> |
| 11 <color name="light_active_color">#4285F4</color> | 11 <color name="light_active_color">#4285F4</color> |
| 12 <color name="input_underline_color">#e5e5e5</color> | 12 <color name="input_underline_color">#e5e5e5</color> |
| 13 <color name="input_underline_error_color">#d32f2f</color> | 13 <color name="input_underline_error_color">#d32f2f</color> |
| 14 <color name="explanation_text_color">#909090</color> | 14 <color name="explanation_text_color">#909090</color> |
| 15 <color name="text_highlight_color">#C6DAFC</color> | 15 <color name="text_highlight_color">#C6DAFC</color> |
| 16 <color name="dark_action_bar_color">#263238</color> | 16 <color name="dark_action_bar_color">#263238</color> |
| 17 <color name="descriptive_text_color">#646464</color> | 17 <color name="descriptive_text_color">#646464</color> |
| 18 <color name="error_text_color">#c53929</color> | 18 <color name="error_text_color">#c53929</color> |
| 19 <color name="google_blue_700">#3367d6</color> | 19 <color name="google_blue_700">#3367d6</color> |
| 20 <color name="disabled_text_color">#909090</color> | |
|
gone
2016/06/13 22:44:52
Should just explanation_text_color where use curre
please use gerrit instead
2016/06/13 23:07:09
Done.
| |
| 20 | 21 |
| 21 <!-- Infobar colors --> | 22 <!-- Infobar colors --> |
| 22 <color name="infobar_accent_blue">#4285f4</color> | 23 <color name="infobar_accent_blue">#4285f4</color> |
| 23 <color name="infobar_descriptive_text_color">#646464</color> | 24 <color name="infobar_descriptive_text_color">#646464</color> |
| 24 | 25 |
| 25 <!-- Snackbar colors --> | 26 <!-- Snackbar colors --> |
| 26 <color name="snackbar_background_color">#282C32</color> | 27 <color name="snackbar_background_color">#282C32</color> |
| 27 | 28 |
| 28 <!-- Tab Switcher Colors --> | 29 <!-- Tab Switcher Colors --> |
| 29 <color name="tab_switcher_background">#14181C</color> | 30 <color name="tab_switcher_background">#14181C</color> |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 182 <!-- Bottom bar colors --> | 183 <!-- Bottom bar colors --> |
| 183 <color name="bottom_bar_shadow_color">#1d000000</color> | 184 <color name="bottom_bar_shadow_color">#1d000000</color> |
| 184 | 185 |
| 185 <!-- Payments UI colors --> | 186 <!-- Payments UI colors --> |
| 186 <color name="payments_ui_scrim">#000000</color> | 187 <color name="payments_ui_scrim">#000000</color> |
| 187 <color name="payments_section_edit_background">#f5f5f5</color> | 188 <color name="payments_section_edit_background">#f5f5f5</color> |
| 188 <color name="payments_section_chevron">#b2b2b2</color> | 189 <color name="payments_section_chevron">#b2b2b2</color> |
| 189 <color name="payments_section_separator">#e0e0e0</color> | 190 <color name="payments_section_separator">#e0e0e0</color> |
| 190 | 191 |
| 191 </resources> | 192 </resources> |
| OLD | NEW |