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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 1812293002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + CR comments + added background color to new NTP Created 4 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
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 95081ca73844d86940b821c2b64371b84cd1ed67..a5b7d9b85ee9f26784862c9df34af2dfa0c925aa 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -270,8 +270,8 @@
<dimen name="ntp_list_item_min_height">48dp</dimen>
<dimen name="ntp_list_item_text_size">16sp</dimen>
<dimen name="ntp_shadow_height">9dp</dimen>
- <dimen name="snippets_thumbnail_size">90dp</dimen>
-
+ <dimen name="snippets_thumbnail_size">72dp</dimen>
+
<!-- Interests page -->
<dimen name="ntp_interest_item_text_size">20sp</dimen>
<dimen name="ntp_interest_item_min_height">180dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698