| 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 ebf07b2850a52fd2927a4b164091575c862d8499..e77e0b75de8924afeecd62087b1a93f0902f99a2 100644
|
| --- a/chrome/android/java/res/layout/web_notification_big.xml
|
| +++ b/chrome/android/java/res/layout/web_notification_big.xml
|
| @@ -107,12 +107,13 @@
|
|
|
| <TextView
|
| android:id="@+id/origin"
|
| - style="@style/WebNotificationOrigin"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| android:layout_marginBottom="10dp"
|
| + android:layout_marginEnd="8dp"
|
| android:singleLine="true"
|
| - android:ellipsize="end"/>
|
| + android:ellipsize="start"
|
| + style="@style/WebNotificationOrigin"/>
|
|
|
| </LinearLayout>
|
|
|
|
|