summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucas Dupin <dupin@google.com> 2017-09-26 23:05:27 +0000
committer android-build-merger <android-build-merger@google.com> 2017-09-26 23:05:27 +0000
commit1d05f432b56e27c3cee69870c4de1c674c92d1a1 (patch)
treeeaf191d97b51be8c8b87d88c155ec62b670c83f9
parenta61d0899de2cf948a920b93d8d0a4461c9b0da82 (diff)
parenta8a75999b914cd2e8b06f0543642c67f7fb17445 (diff)
Merge "Shorter notification text on AoD" into oc-mr1-dev am: 371ed39c93
am: a8a75999b9 Change-Id: I6498ccf96fdf3480d14ac9bb671084ed4d0f27d1
-rw-r--r--core/res/res/layout/notification_template_material_ambient.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout/notification_template_material_ambient.xml b/core/res/res/layout/notification_template_material_ambient.xml
index 76b3528d26fe..ee5c758cc130 100644
--- a/core/res/res/layout/notification_template_material_ambient.xml
+++ b/core/res/res/layout/notification_template_material_ambient.xml
@@ -70,6 +70,8 @@
android:textSize="16sp"
android:textColor="#eeffffff"
android:layout_marginTop="4dp"
+ android:ellipsize="end"
+ android:maxLines="7"
/>
</LinearLayout>
</LinearLayout>