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

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

Issue 2360723002: Ntp: add ripple to suggestion cards. (Closed)
Patch Set: 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 | 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_snippets_card.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
index 18870273ddc82364e26b85b088fae0b40674cec9..b808e19f1f49ebfd3683cc74a93149df6c1c7efb 100644
--- a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
+++ b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
@@ -9,6 +9,7 @@
android:id="@+id/snippets_card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:foreground="@drawable/button_borderless_compat"
android:padding="@dimen/snippets_padding_and_peeking_card_height"
android:background="@drawable/ntp_card_single">
« 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