I am trying to add a label/text aligned to the center but I am not able to... It has to be simple, but I can't arrive to it.
I am trying the following...
sw = ui.screenWidth;
var alarmTime = ui.addText("00:00:00", 10+0.61*sw, 260, 0.39*sw-20, 1*180/5).center("default");
Can anyone help me?
Thank you very much!!