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
Add property: int Badge
to the RotarySelectorItem class that is responsible for viewing the set number next to item icon. If the number is 0 (default) no number is displayed.
The text was updated successfully, but these errors were encountered:
I've added 'Badge' property to RotarySelectorItem.
If you set 'Badge' property, draw badge icon.
ex)
RotarySelectorItem item;
item.Badge = 4;
But Badge icon have problem.
If the Badge number is three-digit or two-digit, the badge icon size should be increased. If I increase the size arbitrarily, the image will be broken. Images with large badge icon resources cannot be found. How do we deal with it?
int Badge
to the RotarySelectorItem class that is responsible for viewing the set number next to item icon. If the number is 0 (default) no number is displayed.
The text was updated successfully, but these errors were encountered: