Android Question [B4X] [XUI] Animated Counter - Number of digits

Erel

B4X founder
Staff member
Licensed User
Longtime User
It is not possible as the internal views are created when the counter is created based on the designer setting.

You have two options:
1. Extract AnimatedCounter.bas from XUI Views and modify it.
2. Create several layouts with only the counter and different number of digits and load the layouts as needed. This is simpler than it sounds.
 
Upvote 0
Top