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

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

Issue 2301023002: Ntp: adjust footer spacing. (Closed)
Patch Set: Remove minimum bottom spacing. It's just 0. Created 4 years, 3 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/values/dimens.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_footer.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_footer.xml b/chrome/android/java/res/layout/new_tab_page_footer.xml
index 73ca7db1a59c86461b1e2bf78f4dce225008f38f..3da789b3cdc4bd0a8bd4568ac41c81918e2db38c 100644
--- a/chrome/android/java/res/layout/new_tab_page_footer.xml
+++ b/chrome/android/java/res/layout/new_tab_page_footer.xml
@@ -10,5 +10,8 @@
android:textColor="@color/snippets_text_color"
android:textSize="12sp"
android:textStyle="italic"
- android:padding="12dp"
+ android:paddingTop="40dp"
+ android:paddingBottom="18dp"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp"
android:gravity="center" />
« no previous file with comments | « no previous file | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698