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

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

Issue 1405143003: Notification custom layouts: adjust title and body text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | chrome/android/java/res/values-v17/styles.xml » ('j') | 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 2a84f26fec87b161809faaadcdcea0e988a1aa50..871eea89c8c6e933d224905be5c9322b31ebf2c7 100644
--- a/chrome/android/java/res/layout/web_notification_big.xml
+++ b/chrome/android/java/res/layout/web_notification_big.xml
@@ -70,6 +70,7 @@
android:layout_alignParentStart="true"
android:layout_toStartOf="@id/time"
android:layout_alignParentTop="true"
+ android:layout_marginTop="4dp"
android:singleLine="true"
android:ellipsize="end"/>
@@ -86,9 +87,10 @@
<TextView
android:id="@+id/body"
- style="@style/WebNotificationBody"
+ style="@style/WebNotificationBodyBig"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginEnd="6dp"
android:layout_marginBottom="8dp"
android:maxLines="8"
android:ellipsize="end"/>
« no previous file with comments | « chrome/android/java/res/layout/web_notification.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698