| 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"/>
|
|
|