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

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

Issue 1418813010: Notifications custom layouts: make the buttons look good in Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/java/res/layout/web_notification_big.xml
diff --git a/chrome/android/java/res/layout/web_notification_big.xml b/chrome/android/java/res/layout/web_notification_big.xml
index 2b9251011a1fb3db6ed4ca8897c67c9c36138db1..f79c451d82b759310873198152bc8770161b6ee5 100644
--- a/chrome/android/java/res/layout/web_notification_big.xml
+++ b/chrome/android/java/res/layout/web_notification_big.xml
@@ -81,7 +81,7 @@
style="@style/WebNotificationDivider"
android:layout_width="match_parent"
android:layout_height="1dp"
- android:layout_marginBottom="8dp"
+ android:layout_marginTop="2dp"
android:contentDescription="@null"
android:visibility="gone"/>
@@ -89,8 +89,8 @@
android:id="@+id/buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginStart="-8dp"
android:orientation="horizontal"
- android:layout_marginBottom="8dp"
android:visibility="gone"/>
<ImageView
Peter Beverloo 2015/10/29 17:33:28 Is the 14dp reduction in height enough to make the
Michael van Ouwerkerk 2015/10/29 17:41:07 Yes, together with the timestamp spacing CL (https

Powered by Google App Engine
This is Rietveld 408576698