We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d5a6 commit 532b65dCopy full SHA for 532b65d
lib/java/com/google/android/material/badge/BadgeDrawable.java
@@ -158,7 +158,7 @@ public class BadgeDrawable extends Drawable implements TextDrawableDelegate {
158
* If the badge string exceeds the maximum allowed number of characters, append this suffix to the
159
* truncated badge text and display it as the badge text instead.
160
*/
161
- static final String DEFAULT_EXCEED_MAX_BADGE_TEXT_SUFFIX = "…";
+ static final String DEFAULT_EXCEED_MAX_BADGE_TEXT_SUFFIX = "\u2026";
162
163
/**
164
* The badge offset begins at the edge of the anchor.
0 commit comments