I am trying to create a watch face similar to the new Pixel face that has rotating seconds and minutes. On the Pixel, as the indexes rotate (one for minutes and one for seconds), the numbers stay upright.
I cam make an index rotate in WFS, but the numbers rotate as the index moves.
Using sin and cos as in this post : Question about rotating dot in HR , I can set individual numbers to stay upright as they move, but I’d have to do that individually for each number on the face.
Is that the only way to do this?
I am also trying the same watch face like a pixel. So far using sin and cos, I was able to rotate text components upright. But the motion of this number is not smooth it’s like normal ticking. How can I make this motion smooth? You mentioned/replied figuring out all at once option what is it?
Can you share what you have written?
Yes, Isac
Thanks for the insites. My watch face looks like that from the video. Same ticking pattern not smooth. So I guess it can be only done through the android studio. If so, how to do that?