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

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

Issue 2438033002: Ntp: tweak "all dismissed" spacing for latest mock. (Closed)
Patch Set: Created 4 years, 2 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/new_tab_page_all_dismissed.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
index 7562015cf9524d269ccba9f0023a0fa4d7dfaa06..fa8c71c0306fe541be76554b5051ffe4b9f33ca1 100644
--- a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
+++ b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
@@ -16,8 +16,8 @@
android:layout_height="112dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="8dp"
+ android:layout_marginTop="72dp"
+ android:layout_marginBottom="40dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:src="@drawable/ntp_all_dismissed"
@@ -56,7 +56,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/body_text"
android:layout_centerHorizontal="true"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="24dp"
android:text="@string/ntp_all_dismissed_refresh"
android:textAllCaps="true"
android:textColor="@color/light_active_color"
« 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