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

Unified Diff: chrome/android/java/res/layout/web_notification_big.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
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 ebf07b2850a52fd2927a4b164091575c862d8499..e77e0b75de8924afeecd62087b1a93f0902f99a2 100644
--- a/chrome/android/java/res/layout/web_notification_big.xml
+++ b/chrome/android/java/res/layout/web_notification_big.xml
@@ -107,12 +107,13 @@
<TextView
android:id="@+id/origin"
- style="@style/WebNotificationOrigin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
+ android:layout_marginEnd="8dp"
android:singleLine="true"
- android:ellipsize="end"/>
+ android:ellipsize="start"
+ style="@style/WebNotificationOrigin"/>
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698