Bluetooth Icon - Position

I have started to build a watch face for Fenix 6. 

I have added a Bluetooth Icon to the drawables and called it using the drawables.xml file 

<bitmap id="BT" filename="BT.png" />

How do I adjust the position for this icon on the watch face? I've tried to use the layout and added it like this ?

<label id="BT" text="" x="120" y="39" font="@Fonts.icofont" justification="Gfx.TEXT_JUSTIFY_LEFT" color="Gfx.COLOR_RED" />

However,  the icon doesn't move at all??