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

Unified Diff: chrome/android/java/res/layout/new_tab_page_layout.xml

Issue 2714723002: Add feature for condensed NTP tiles. (Closed)
Patch Set: Cleanups. 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 | « no previous file | chrome/android/java/res/layout/tile_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_layout.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_layout.xml b/chrome/android/java/res/layout/new_tab_page_layout.xml
index 4cc3b469cf7fe3502e957cfafc29c5716567e0bf..050ae195e4cfe24602a02162880568c0d252bcae 100644
--- a/chrome/android/java/res/layout/new_tab_page_layout.xml
+++ b/chrome/android/java/res/layout/new_tab_page_layout.xml
@@ -104,7 +104,7 @@
android:layout_weight="0"
android:visibility="invisible" />
- <!-- Site suggestion tiles -->
+ <!-- Site suggestion tile grid -->
<org.chromium.chrome.browser.suggestions.TileGridLayout
android:id="@+id/tile_grid_layout"
android:layout_width="wrap_content"
@@ -116,7 +116,7 @@
android:paddingTop="@dimen/tile_grid_layout_padding_top"
android:paddingBottom="4dp" />
- <!-- Site suggestions tile grid placeholder -->
+ <!-- Site suggestion tile grid placeholder -->
<ViewStub
android:id="@+id/tile_grid_placeholder_stub"
android:layout_width="match_parent"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/tile_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698