Post

Replies

Boosts

Views

Activity

Reply to Would a countdown or timer widget be possible?
After some trial and error, it seems that the widget will auto update the date displayed but no re-layout will be done. Causing text to be truncated with ... when the display date grows longer. For example when using .relative style, display date could change from "1 sec" to "1 min 20 sec" which is much longer. If the original space doesn't fit "1 min 20 sec" then it may become "1 mi..." which looks quite bad. Quick workaround is to try allocating more space to Text element in advance.
Oct ’20