diff options
| author | 2017-09-26 22:48:42 +0000 | |
|---|---|---|
| committer | 2017-09-26 22:48:42 +0000 | |
| commit | 371ed39c936e289a5bc82c4d36cfe09535337630 (patch) | |
| tree | afe6525118df4052f59f40feb9b725cec9f9b6aa | |
| parent | 701bb5b754e0a70afd141c1846e23887ee95d84b (diff) | |
| parent | 9c780d495b2a145c53564729039372df1ef429aa (diff) | |
Merge "Shorter notification text on AoD" into oc-mr1-dev
| -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> |