I've seen several apps on my watch (Fenix 3) display a red or green border depending on recording state. I'd like to do the same for my app. Is there a standard UI primitive that would allow me to do this in a watch-independent way? I'd like to support both round and square watches, and `drawCircle` would limit me to round ones.
thanks