| Index: chrome/android/java/res/layout/payment_request_header.xml
|
| diff --git a/chrome/android/java/res/layout/payment_request_header.xml b/chrome/android/java/res/layout/payment_request_header.xml
|
| index aa227a25027cca6d9c9a545b202be55dd22d5582..1577c614aaf056b9ee0aa11021b12c884a27efab 100644
|
| --- a/chrome/android/java/res/layout/payment_request_header.xml
|
| +++ b/chrome/android/java/res/layout/payment_request_header.xml
|
| @@ -30,7 +30,6 @@
|
| android:id="@+id/page_info"
|
| android:layout_height="wrap_content"
|
| android:layout_width="wrap_content"
|
| - android:layout_marginStart="56dp"
|
| android:layout_marginEnd="56dp"
|
| android:layout_marginBottom="@dimen/payments_section_vertical_spacing"
|
| android:layout_marginTop="@dimen/payments_section_vertical_spacing"
|
| @@ -41,6 +40,7 @@
|
| android:id="@+id/page_title"
|
| android:layout_height="wrap_content"
|
| android:layout_width="wrap_content"
|
| + android:layout_marginStart="56dp"
|
| android:ellipsize="end"
|
| android:maxLines="1"
|
| android:singleLine="true"
|
| @@ -52,6 +52,8 @@
|
| android:id="@+id/hostname"
|
| android:layout_height="wrap_content"
|
| android:layout_width="wrap_content"
|
| + android:layout_marginStart="50dp"
|
| + android:gravity="center_vertical"
|
| android:ellipsize="start"
|
| android:maxLines="1"
|
| android:singleLine="true"
|
|
|