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

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

Issue 2430383003: Ntp: add illustration for all dismissed state. (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/android/java/res/drawable-xxxhdpi/ntp_all_dismissed.png ('k') | 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_all_dismissed.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
index 737fd6387a1841043e9b650e142528937b52e1bd..7562015cf9524d269ccba9f0023a0fa4d7dfaa06 100644
--- a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
+++ b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
@@ -12,15 +12,15 @@
<ImageView
android:id="@+id/image"
- android:layout_width="144dp"
- android:layout_height="144dp"
+ android:layout_width="112dp"
+ android:layout_height="112dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
- android:src="@drawable/logo_card_back"
+ android:src="@drawable/ntp_all_dismissed"
android:contentDescription="@null"
android:importantForAccessibility="no" />
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/ntp_all_dismissed.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698