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

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

Issue 1426453003: Notification custom layouts: improve origin display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. 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 | « no previous file | chrome/android/java/res/layout/web_notification_big.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.xml
diff --git a/chrome/android/java/res/layout/web_notification.xml b/chrome/android/java/res/layout/web_notification.xml
index 4d88fd04c2509072e3cdecd5795d725938d45f70..1b1f1e3320cea8eb2c1a23f3a2fe082577ec90d1 100644
--- a/chrome/android/java/res/layout/web_notification.xml
+++ b/chrome/android/java/res/layout/web_notification.xml
@@ -65,8 +65,9 @@
android:layout_toEndOf="@id/icon_frame"
android:layout_alignParentEnd="true"
android:layout_below="@id/body"
+ android:layout_marginEnd="8dp"
android:singleLine="true"
- android:ellipsize="end"
+ android:ellipsize="start"
style="@style/WebNotificationOrigin"/>
</RelativeLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/web_notification_big.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698