In my first attempt at a data field, I used direct dc calls to render my whole UI, and although that worked, it was ugly code and not easy to support multiple devices. I think that approach was also part of the reason I was struggling to stay even under the 28.6KB memory limit, nevermind the 16KB limit, so I'm going back to the drawing board and this time intending to use layouts. I was surprised to see there is no documented way of defining a straight line in the layouts.xml file - I can do circles, arcs, rectangles etc. but not lines. I don't really want a hybrid where I use dc.drawLine in combination with the layout, but the only other way I can think to do it is to define a rectangle in the layout with a height (or width) of 1px. Is that sensible, or have I missed something obvious here?