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 2a84f26fec87b161809faaadcdcea0e988a1aa50..871eea89c8c6e933d224905be5c9322b31ebf2c7 100644 |
--- a/chrome/android/java/res/layout/web_notification_big.xml |
+++ b/chrome/android/java/res/layout/web_notification_big.xml |
@@ -70,6 +70,7 @@ |
android:layout_alignParentStart="true" |
android:layout_toStartOf="@id/time" |
android:layout_alignParentTop="true" |
+ android:layout_marginTop="4dp" |
android:singleLine="true" |
android:ellipsize="end"/> |
@@ -86,9 +87,10 @@ |
<TextView |
android:id="@+id/body" |
- style="@style/WebNotificationBody" |
+ style="@style/WebNotificationBodyBig" |
android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
+ android:layout_marginEnd="6dp" |
android:layout_marginBottom="8dp" |
android:maxLines="8" |
android:ellipsize="end"/> |