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 a97ec1c79c8a34fc0b104cb39c6218671e19b0c1..5b866124c5a7a16c7e4b4e4e261cf526fde8b1a3 100644 |
--- a/chrome/android/java/res/layout/web_notification.xml |
+++ b/chrome/android/java/res/layout/web_notification.xml |
@@ -50,13 +50,16 @@ |
android:ellipsize="end" |
style="@style/WebNotificationTitle"/> |
- <TextView |
+ <DateTimeView |
android:id="@+id/time" |
android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
android:layout_alignParentEnd="true" |
android:layout_alignParentTop="true" |
android:singleLine="true" |
+ android:layout_marginStart="8dp" |
Peter Beverloo
2015/10/27 18:17:21
dito
|
+ android:layout_marginEnd="8dp" |
+ android:layout_marginTop="8dp" |
style="@style/WebNotificationTime"/> |
<TextView |