I have a formLayout with two children, a text and an image, both which are attached to the left and right with a 0 distance. Neither the text nor the image has a width-flag so they both span 100% of the width of the formLayout. This is confirmed using the backgroundColor -flags for both elements.
However, only the text is center aligned - the image aligns to the left despite the fact that the backgroundColor spans the full width of the parent. The image command has no flags for adjusting the alignment so what am I supposed to do here if I don’t want to use absolute positioning in the formLayout?
