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

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

Issue 2088793004: NTP, change the card elevation from setElevation to a 9 patch file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes 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
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 3e64b2cfe267d8b9d72c76456e7f106cbca28471..395ff799d942d150f1f9bdfa500fae2a1d026222 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
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/snippets_padding_and_peeking_card_height"
- android:background="@color/snippets_background_color">
+ android:background="@drawable/ntp_card">
<org.chromium.ui.widget.TextViewWithLeading
android:id="@+id/article_headline"
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/ntp_card.9.png ('k') | 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