| 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 ae14b374079b600be91a10509cf1a5a4cdf38911..4d88fd04c2509072e3cdecd5795d725938d45f70 100644
|
| --- a/chrome/android/java/res/layout/web_notification.xml
|
| +++ b/chrome/android/java/res/layout/web_notification.xml
|
| @@ -35,8 +35,12 @@
|
| android:id="@+id/time"
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| + android:layout_alignBaseline="@id/title"
|
| android:layout_alignParentEnd="true"
|
| android:layout_alignParentTop="true"
|
| + android:layout_marginEnd="8dp"
|
| + android:layout_marginStart="8dp"
|
| + android:layout_marginTop="8dp"
|
| android:singleLine="true"
|
| style="@style/WebNotificationTime"/>
|
|
|
|
|