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

Unified Diff: chrome/android/java/res/drawable/tile_view_highlight_mask.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
Index: chrome/android/java/res/drawable/tile_view_highlight_mask.xml
diff --git a/chrome/android/java/res/drawable/most_visited_item_highlight_mask.xml b/chrome/android/java/res/drawable/tile_view_highlight_mask.xml
similarity index 81%
rename from chrome/android/java/res/drawable/most_visited_item_highlight_mask.xml
rename to chrome/android/java/res/drawable/tile_view_highlight_mask.xml
index b94de7a397c50fe9a5ec1163c85a1ce2ba991bcc..a0f9166286d0cca91a67b5453814b6f3dd061f93 100644
--- a/chrome/android/java/res/drawable/most_visited_item_highlight_mask.xml
+++ b/chrome/android/java/res/drawable/tile_view_highlight_mask.xml
@@ -8,5 +8,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="#000" />
- <corners android:radius="@dimen/most_visited_bg_corner_radius" />
+ <corners android:radius="@dimen/tile_view_bg_corner_radius" />
</shape>

Powered by Google App Engine
This is Rietveld 408576698