I’m trying to make two images show on one row, you can do this with text by using the attribute "row-items", but with images it just shows them vertically. Is there any workaround for this? This is my code:
<group row-items="2">
<image source="flag_image"></image>
<image source="seal_image"></image>
</group>