You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm going to use this library on my project, but when notification count goes beyond 100, last character (0) show in new line in notification badge!
P.s: notification width and height set to 32dp
The text was updated successfully, but these errors were encountered:
I know this issue but I assumed that notifications count won't be greater
than 99, you have set number of 3 digits, what about number like 1000 or
10000!?
Anyway in the next version I will reduce the text size for numbers greater
than 99.
Well, it can be possible!
Even as you said, if we restrict this to 99, we should be able to show +99 as notification! and this issue happened again ;)
By the way, thanks for sharing this interesting thing 👍
Hi there,
I'm going to use this library on my project, but when notification count goes beyond 100, last character (0) show in new line in notification badge!
P.s: notification width and height set to 32dp
The text was updated successfully, but these errors were encountered: