Hello.
I'm creating my first watch face. It is going to be very static and I can define almost everything beforehand. I have labels defined and I wanted to define some icons in layout.xml.
I have defined some bitmaps on resources.xml and when I tried to reference them from layout.xml as a drawable I got an error saying that x property (for position) is not supported by drawable. According to developer guide I'd, x and Y are valid props for drawable, so what I'm doing wrong?