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

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

Issue 2061653002: 📰 Small layout fixes to the cards and header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/new_tab_page_status_card.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_snippets_header.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_snippets_header.xml b/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
index f5391028e98a66c5af1fff2754dec1b1d9206d12..019d86c3bccc5cb6e4c7960442ba1f4a20eb2e73 100644
--- a/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
+++ b/chrome/android/java/res/layout/new_tab_page_snippets_header.xml
@@ -12,5 +12,5 @@
android:text="@string/snippets_header"
android:textColor="@color/snippets_list_header_text_color"
android:textSize="12sp"
- android:paddingBottom="10dp"
- android:gravity="start|bottom" />
+ android:paddingTop="10dp"
+ android:gravity="start|center_vertical" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/new_tab_page_status_card.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698