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

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

Issue 1774243003: Re-use NoUnderlineClickableSpan which shows a clickable link with underlines turned off (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webusb_android_chooser
Patch Set: rebase Created 4 years, 8 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/PasswordGenerationAdapter.java » ('j') | 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>
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="ui_link_text_color">#3367D6</color>
19 18
20 <!-- Infobar colors --> 19 <!-- Infobar colors -->
21 <color name="infobar_accent_blue">#4285f4</color> 20 <color name="infobar_accent_blue">#4285f4</color>
22 <color name="infobar_descriptive_text_color">#646464</color> 21 <color name="infobar_descriptive_text_color">#646464</color>
23 22
24 <!-- Snackbar colors --> 23 <!-- Snackbar colors -->
25 <color name="snackbar_background_color">#282C32</color> 24 <color name="snackbar_background_color">#282C32</color>
26 25
27 <!-- Tab Switcher Colors --> 26 <!-- Tab Switcher Colors -->
28 <color name="tab_switcher_background">#14181C</color> 27 <color name="tab_switcher_background">#14181C</color>
(...skipping 25 matching lines...) Expand all
54 <color name="url_emphasis_default_text">#333333</color> 53 <color name="url_emphasis_default_text">#333333</color>
55 <!--suppress UnusedResources --> 54 <!--suppress UnusedResources -->
56 <color name="url_emphasis_light_default_text">#ffffff</color> 55 <color name="url_emphasis_light_default_text">#ffffff</color>
57 56
58 <!-- Distilled Page Prefs colors --> 57 <!-- Distilled Page Prefs colors -->
59 <color name="distilled_page_prefs_selected">#999999</color> 58 <color name="distilled_page_prefs_selected">#999999</color>
60 <color name="distilled_page_prefs_unselected">#ffffff</color> 59 <color name="distilled_page_prefs_unselected">#ffffff</color>
61 60
62 <!-- Password generation popup colors --> 61 <!-- Password generation popup colors -->
63 <color name="password_generation_divider_color">#e5e5e5</color> 62 <color name="password_generation_divider_color">#e5e5e5</color>
64 <color name="password_generation_link_text_color">#5595e3</color>
65 63
66 <!-- Preferences Colors --> 64 <!-- Preferences Colors -->
67 <color name="pref_accent_color">@color/light_active_color</color> 65 <color name="pref_accent_color">@color/light_active_color</color>
68 <color name="expandable_group_dark_gray">#484848</color> 66 <color name="expandable_group_dark_gray">#484848</color>
69 67
70 <!-- Data Saver Colors --> 68 <!-- Data Saver Colors -->
71 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r> 69 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r>
72 <color name="data_reduction_original_color">#E1E1E1</color> 70 <color name="data_reduction_original_color">#E1E1E1</color>
73 <color name="data_reduction_chart_background_color">#FAFAFA</color> 71 <color name="data_reduction_chart_background_color">#FAFAFA</color>
74 72
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 173
176 <!-- Physical Web diagnostics colors --> 174 <!-- Physical Web diagnostics colors -->
177 <color name="physical_web_diags_success_color">#00933b</color> 175 <color name="physical_web_diags_success_color">#00933b</color>
178 <color name="physical_web_diags_failure_color">#f90101</color> 176 <color name="physical_web_diags_failure_color">#f90101</color>
179 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> 177 <color name="physical_web_diags_indeterminate_color">#f2b50f</color>
180 178
181 <!-- Bottom bar colors --> 179 <!-- Bottom bar colors -->
182 <color name="bottom_bar_shadow_color">#1d000000</color> 180 <color name="bottom_bar_shadow_color">#1d000000</color>
183 181
184 </resources> 182 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/PasswordGenerationAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698