diff options
| -rw-r--r-- | core/res/res/layout/notification_template_material_inbox.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/strings.xml | 4 | ||||
| -rwxr-xr-x | core/res/res/values/symbols.xml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/core/res/res/layout/notification_template_material_inbox.xml b/core/res/res/layout/notification_template_material_inbox.xml index d292d4e1641f..a8d2ee341909 100644 --- a/core/res/res/layout/notification_template_material_inbox.xml +++ b/core/res/res/layout/notification_template_material_inbox.xml @@ -132,7 +132,7 @@ android:ellipsize="end" android:visibility="gone" android:layout_weight="1" - android:text="@android:string/ellipsis" + android:text="@android:string/notification_inbox_ellipsis" /> <FrameLayout android:id="@+id/inbox_end_pad" diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 0e6b2dfef533..2b8665eb9076 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4127,4 +4127,8 @@ <!-- Content description for the button that closes the floating toolbar overflow. [CHAR LIMIT=NONE] --> <string name="floating_toolbar_close_overflow_description">Close overflow</string> + <!-- Ellipsis character to appear in notification templates, e.g. + notification_template_material_inbox.xml. + DO NOT TRANSLATE --> + <string name="notification_inbox_ellipsis">\u2026</string> </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 64e396468fd5..9c6887fc0d68 100755 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -443,8 +443,6 @@ <java-symbol type="string" name="app_running_notification_text" /> <java-symbol type="string" name="delete" /> <java-symbol type="string" name="deleteText" /> - <java-symbol type="string" name="ellipsis_two_dots" /> - <java-symbol type="string" name="ellipsis" /> <java-symbol type="string" name="grant_permissions_header_text" /> <java-symbol type="string" name="list_delimeter" /> <java-symbol type="string" name="menu_delete_shortcut_label" /> @@ -2278,4 +2276,5 @@ <java-symbol type="bool" name="config_supportDoubleTapWake" /> <java-symbol type="drawable" name="ic_perm_device_info" /> <java-symbol type="string" name="config_radio_access_family" /> + <java-symbol type="string" name="notification_inbox_ellipsis" /> </resources> |