diff options
| author | 2017-09-26 23:05:27 +0000 | |
|---|---|---|
| committer | 2017-09-26 23:05:27 +0000 | |
| commit | 1d05f432b56e27c3cee69870c4de1c674c92d1a1 (patch) | |
| tree | eaf191d97b51be8c8b87d88c155ec62b670c83f9 | |
| parent | a61d0899de2cf948a920b93d8d0a4461c9b0da82 (diff) | |
| parent | a8a75999b914cd2e8b06f0543642c67f7fb17445 (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.xml | 2 |
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> |