I have a layout defined for my watchface. Because layouts are not dynamic and I want to draw a battery icon, I call View.onUpdate(dc) to display the layout view and then call a series of dc.drawRectangle() and dc.fillRectangle() functions to draw the battery gauge.
This seems to work fine in the simulator but when I put it on my device, I only see the Layout definition. It appears as if the Layout is superceding the manual drawing.
Can you not mix dynamic drawing with layouts?
Thanks,
Keith