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

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

Issue 2173723002: 📰 [Reland] Adjust the card display depending on the screen width. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ZineTabletUI
Patch Set: rebase and fix test Created 4 years, 5 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/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 019d86c3bccc5cb6e4c7960442ba1f4a20eb2e73..f13a91d90ecce789b0e0726f7608551b27a9d076 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
@@ -8,9 +8,9 @@
android:id="@+id/snippets_list_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/snippets_padding_and_peeking_card_height"
android:text="@string/snippets_header"
android:textColor="@color/snippets_list_header_text_color"
android:textSize="12sp"
+ android:paddingStart="@dimen/snippets_padding_and_peeking_card_height"
android:paddingTop="10dp"
android:gravity="start|center_vertical" />
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page_snippets_card.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698