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

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

Issue 2673003003: Rename MostVisited ui bits to Tile(Grid). (Closed)
Patch Set: Rebase. Created 3 years, 10 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 | « chrome/android/java/res/layout/tile_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('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>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <color name="ntp_list_header_text">#333</color> 106 <color name="ntp_list_header_text">#333</color>
107 <color name="ntp_list_header_subtext">#969696</color> 107 <color name="ntp_list_header_subtext">#969696</color>
108 <color name="ntp_list_header_subtext_active">#7cadff</color> 108 <color name="ntp_list_header_subtext_active">#7cadff</color>
109 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color> 109 <color name="snippets_thumbnail_placeholder_bg">#f2f2f2</color>
110 <color name="snippets_thumbnail_placeholder_fg">#757575</color> 110 <color name="snippets_thumbnail_placeholder_fg">#757575</color>
111 <color name="snippets_publisher_name_color">#646464</color> 111 <color name="snippets_publisher_name_color">#646464</color>
112 <color name="snippets_text_color">#646464</color> 112 <color name="snippets_text_color">#646464</color>
113 <color name="snippets_list_header_text_color">#646464</color> 113 <color name="snippets_list_header_text_color">#646464</color>
114 <color name="snippets_headline_text_color">#333333</color> 114 <color name="snippets_headline_text_color">#333333</color>
115 115
116 <!-- Most Visited colors. --> 116 <!-- Site suggestion tile colors. -->
117 <color name="most_visited_text">#6f6f6f</color> 117 <color name="tile_view_text">#6f6f6f</color>
118 <color name="most_visited_offline_badge_tint">#4285f4</color> 118 <color name="tile_view_offline_badge_tint">#4285f4</color>
119 119
120 <!-- Contextual Search colors --> 120 <!-- Contextual Search colors -->
121 <color name="contextual_search_promo_text_color">#333333</color> 121 <color name="contextual_search_promo_text_color">#333333</color>
122 <color name="contextual_search_promo_background_color">#EEEEEE</color> 122 <color name="contextual_search_promo_background_color">#EEEEEE</color>
123 <color name="contextual_search_promo_border_color">#C2C2C2</color> 123 <color name="contextual_search_promo_border_color">#C2C2C2</color>
124 124
125 <!-- Progress Bar colors --> 125 <!-- Progress Bar colors -->
126 <color name="progress_bar_foreground">@color/light_active_color</color> 126 <color name="progress_bar_foreground">@color/light_active_color</color>
127 <color name="progress_bar_foreground_white">@android:color/white</color> 127 <color name="progress_bar_foreground_white">@android:color/white</color>
128 <color name="progress_bar_secondary">@color/google_grey_600</color> 128 <color name="progress_bar_secondary">@color/google_grey_600</color>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 <color name="payments_section_edit_background">#f5f5f5</color> 197 <color name="payments_section_edit_background">#f5f5f5</color>
198 <color name="payments_section_chevron">#b2b2b2</color> 198 <color name="payments_section_chevron">#b2b2b2</color>
199 <color name="payments_section_separator">#e0e0e0</color> 199 <color name="payments_section_separator">#e0e0e0</color>
200 200
201 <!-- Other colors --> 201 <!-- Other colors -->
202 <color name="selectable_list_item_highlight_color">#804281f4</color> 202 <color name="selectable_list_item_highlight_color">#804281f4</color>
203 <color name="media_viewer_bg">#000000</color> 203 <color name="media_viewer_bg">#000000</color>
204 <color name="image_viewer_bg">#0e0e0e</color> 204 <color name="image_viewer_bg">#0e0e0e</color>
205 205
206 </resources> 206 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/tile_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698