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 871eea89c8c6e933d224905be5c9322b31ebf2c7..7bb92f604e2e6f126ebd1df7c6ed3b85b74bf917 100644 |
| --- a/chrome/android/java/res/layout/web_notification_big.xml |
| +++ b/chrome/android/java/res/layout/web_notification_big.xml |
| @@ -74,14 +74,17 @@ |
| android:singleLine="true" |
| android:ellipsize="end"/> |
| - <TextView |
| + <DateTimeView |
| android:id="@+id/time" |
| - style="@style/WebNotificationTime" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_alignParentEnd="true" |
| android:layout_alignParentTop="true" |
| - android:singleLine="true"/> |
| + android:singleLine="true" |
|
Peter Beverloo
2015/10/27 18:17:21
nit: place the android:singleLine after the other
|
| + android:layout_marginStart="8dp" |
| + android:layout_marginEnd="8dp" |
| + android:layout_marginTop="8dp" |
| + style="@style/WebNotificationTime"/> |
| </RelativeLayout> |