Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1777)

Unified Diff: chrome/android/java/res/layout/web_notification_big.xml

Issue 1418453003: Notification custom layouts: spacing of the timestamp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address newt's comment on attribute ordering. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/web_notification.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f0c185beafdf8bf331e62ada64c5d56e9ad8be99 100644
--- a/chrome/android/java/res/layout/web_notification_big.xml
+++ b/chrome/android/java/res/layout/web_notification_big.xml
@@ -57,12 +57,16 @@
<TextView
android:id="@+id/time"
- style="@style/WebNotificationTime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_alignBaseline="@id/title"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
- android:singleLine="true"/>
+ android:layout_marginEnd="8dp"
+ android:layout_marginStart="8dp"
+ android:layout_marginTop="8dp"
+ android:singleLine="true"
+ style="@style/WebNotificationTime"/>
</RelativeLayout>
« no previous file with comments | « chrome/android/java/res/layout/web_notification.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698