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

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

Issue 2749943003: Center the tile suggestions in Chrome Home. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/suggestions_site_tile_grid.xml
diff --git a/chrome/android/java/res/layout/suggestions_site_tile_grid.xml b/chrome/android/java/res/layout/suggestions_site_tile_grid.xml
index c95ef0b6b7390635a539824f2c0e40028566b2cb..e3cbb85e5d13357818d473494c4217c08abf5ec8 100644
--- a/chrome/android/java/res/layout/suggestions_site_tile_grid.xml
+++ b/chrome/android/java/res/layout/suggestions_site_tile_grid.xml
@@ -6,7 +6,7 @@
<org.chromium.chrome.browser.suggestions.TileGridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tile_grid_layout"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginStart="12dp"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698