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

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <color name="tab_back">#F1F1F1</color> 46 <color name="tab_back">#F1F1F1</color>
47 <color name="tab_back_incognito">#4F4F4F</color> 47 <color name="tab_back_incognito">#4F4F4F</color>
48 48
49 <!-- App banner colors --> 49 <!-- App banner colors -->
50 <color name="app_banner_install_button_bg">#0F9D58</color> 50 <color name="app_banner_install_button_bg">#0F9D58</color>
51 51
52 <!-- Connection Info Popup colors --> 52 <!-- Connection Info Popup colors -->
53 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col or> 53 <color name="connection_info_popup_reset_cert_decisions_button">#000000</col or>
54 <color name="connection_info_popup_text">#444444</color> 54 <color name="connection_info_popup_text">#444444</color>
55 55
56 <!-- Website Settings Popup colors --> 56 <!-- Page Info Popup colors -->
57 <color name="website_settings_popup_text">#444444</color> 57 <color name="page_info_popup_text">#444444</color>
58 <color name="website_settings_popup_text_link">#4285f4</color> 58 <color name="page_info_popup_text_link">#4285f4</color>
59 59
60 <!-- URL Emphasizer colors --> 60 <!-- URL Emphasizer colors -->
61 <color name="url_emphasis_non_emphasized_text">#80333333</color> 61 <color name="url_emphasis_non_emphasized_text">#80333333</color>
62 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color> 62 <color name="url_emphasis_light_non_emphasized_text">#80ffffff</color>
63 <color name="url_emphasis_domain_and_registry">#333333</color> 63 <color name="url_emphasis_domain_and_registry">#333333</color>
64 <color name="url_emphasis_light_domain_and_registry">#ffffff</color> 64 <color name="url_emphasis_light_domain_and_registry">#ffffff</color>
65 <color name="url_emphasis_default_text">#333333</color> 65 <color name="url_emphasis_default_text">#333333</color>
66 <!--suppress UnusedResources --> 66 <!--suppress UnusedResources -->
67 <color name="url_emphasis_light_default_text">#ffffff</color> 67 <color name="url_emphasis_light_default_text">#ffffff</color>
68 68
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 <color name="payments_section_edit_background">#f5f5f5</color> 193 <color name="payments_section_edit_background">#f5f5f5</color>
194 <color name="payments_section_chevron">#b2b2b2</color> 194 <color name="payments_section_chevron">#b2b2b2</color>
195 <color name="payments_section_separator">#e0e0e0</color> 195 <color name="payments_section_separator">#e0e0e0</color>
196 196
197 <!-- Other colors --> 197 <!-- Other colors -->
198 <color name="selectable_list_item_highlight_color">#804281f4</color> 198 <color name="selectable_list_item_highlight_color">#804281f4</color>
199 <color name="media_viewer_bg">#000000</color> 199 <color name="media_viewer_bg">#000000</color>
200 <color name="image_viewer_bg">#0e0e0e</color> 200 <color name="image_viewer_bg">#0e0e0e</color>
201 201
202 </resources> 202 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/website_settings_permission_row.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698