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

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

Issue 1418453003: Notification custom layouts: spacing of the timestamp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetize the attributes. 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
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..e945bd16aec19eff07fa139befd0746cfbda4a32 100644
--- a/chrome/android/java/res/layout/web_notification.xml
+++ b/chrome/android/java/res/layout/web_notification.xml
@@ -33,10 +33,14 @@
<TextView
android:id="@+id/time"
- android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_alignBaseline="@id/title"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
+ android:layout_marginEnd="8dp"
+ android:layout_marginStart="8dp"
+ android:layout_marginTop="8dp"
android:singleLine="true"
style="@style/WebNotificationTime"/>

Powered by Google App Engine
This is Rietveld 408576698