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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 375ac06ada6abb47e7ba3f6517063ff8ac16a1aa..a7f3933e09edce08786b41531080be2b83d5c745 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -113,9 +113,9 @@
<color name="snippets_list_header_text_color">#646464</color>
<color name="snippets_headline_text_color">#333333</color>
- <!-- Most Visited colors. -->
- <color name="most_visited_text">#6f6f6f</color>
- <color name="most_visited_offline_badge_tint">#4285f4</color>
+ <!-- Site suggestion tile colors. -->
+ <color name="tile_view_text">#6f6f6f</color>
+ <color name="tile_view_offline_badge_tint">#4285f4</color>
<!-- Contextual Search colors -->
<color name="contextual_search_promo_text_color">#333333</color>
« 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