Android Question Badge without a text

Alexander Stolte

Expert
Licensed User
Longtime User
How can I achieve Badge without a text. Just a dot. I tried As_Badges by @Alexander Stolte and XUI Badge by @Erel but they accept Integer.
Update to Version 1.03 and set:
B4X:
AS_Badges1.AutoRemove = False
AS_Badges1.SetBadge(xlbl_Label,0)
1697012914117.png

 
Upvote 1
Top