Chromium Code Reviews| 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 2b9251011a1fb3db6ed4ca8897c67c9c36138db1..f79c451d82b759310873198152bc8770161b6ee5 100644 |
| --- a/chrome/android/java/res/layout/web_notification_big.xml |
| +++ b/chrome/android/java/res/layout/web_notification_big.xml |
| @@ -81,7 +81,7 @@ |
| style="@style/WebNotificationDivider" |
| android:layout_width="match_parent" |
| android:layout_height="1dp" |
| - android:layout_marginBottom="8dp" |
| + android:layout_marginTop="2dp" |
| android:contentDescription="@null" |
| android:visibility="gone"/> |
| @@ -89,8 +89,8 @@ |
| android:id="@+id/buttons" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| + android:layout_marginStart="-8dp" |
| android:orientation="horizontal" |
| - android:layout_marginBottom="8dp" |
| android:visibility="gone"/> |
| <ImageView |
|
Peter Beverloo
2015/10/29 17:33:28
Is the 14dp reduction in height enough to make the
Michael van Ouwerkerk
2015/10/29 17:41:07
Yes, together with the timestamp spacing CL (https
|