| Index: chrome/android/java/res/layout/web_notification_button.xml
|
| diff --git a/chrome/android/java/res/layout/web_notification_button.xml b/chrome/android/java/res/layout/web_notification_button.xml
|
| index dd03d6f7e35e1561970e50fdf83fcb6f728d24a7..b1991f907d71be000a1be5dfaaf65e3b7460913d 100644
|
| --- a/chrome/android/java/res/layout/web_notification_button.xml
|
| +++ b/chrome/android/java/res/layout/web_notification_button.xml
|
| @@ -22,10 +22,12 @@
|
| <ImageView
|
| android:id="@+id/button_icon"
|
| android:layout_width="wrap_content"
|
| - android:layout_height="match_parent"
|
| + android:layout_height="wrap_content"
|
| android:layout_marginStart="8dp"
|
| android:layout_gravity="start|center_vertical"
|
| - android:maxWidth="48dp"
|
| + android:adjustViewBounds="true"
|
| + android:maxHeight="32dp"
|
| + android:maxWidth="32dp"
|
| android:contentDescription="@null"
|
| android:scaleType="centerInside"/>
|
|
|
|
|