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..de0e35b009f273904d0fa5d61f79ff5084a6de4a 100644 |
--- a/chrome/android/java/res/layout/web_notification.xml |
+++ b/chrome/android/java/res/layout/web_notification.xml |
@@ -37,6 +37,10 @@ |
android:layout_height="wrap_content" |
android:layout_alignParentEnd="true" |
android:layout_alignParentTop="true" |
+ android:layout_marginStart="8dp" |
+ android:layout_marginEnd="8dp" |
+ android:layout_marginTop="8dp" |
+ android:layout_alignBaseline="@id/title" |
Peter Beverloo
2015/10/29 14:29:24
nit: Please group the align* attributes together.
Michael van Ouwerkerk
2015/10/29 17:08:40
Done.
|
android:singleLine="true" |
style="@style/WebNotificationTime"/> |