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

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

Issue 1405143003: Notification custom layouts: adjust title and body text. (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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/web_notification_big.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/web_notification.xml
diff --git a/chrome/android/java/res/layout/web_notification.xml b/chrome/android/java/res/layout/web_notification.xml
index 99fccc6451d203135aa1089727d4071d2f073a64..a97ec1c79c8a34fc0b104cb39c6218671e19b0c1 100644
--- a/chrome/android/java/res/layout/web_notification.xml
+++ b/chrome/android/java/res/layout/web_notification.xml
@@ -45,6 +45,7 @@
android:layout_toEndOf="@id/icon_frame"
android:layout_toStartOf="@id/time"
android:layout_alignParentTop="true"
+ android:layout_marginTop="4dp"
android:singleLine="true"
android:ellipsize="end"
style="@style/WebNotificationTitle"/>
@@ -65,6 +66,9 @@
android:layout_toEndOf="@id/icon_frame"
android:layout_alignParentEnd="true"
android:layout_below="@id/title"
+ android:layout_marginTop="-1dp"
+ android:layout_marginBottom="-1dp"
+ android:layout_marginEnd="6dp"
android:singleLine="true"
android:ellipsize="end"
style="@style/WebNotificationBody"/>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/web_notification_big.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698