Hi,
I apologize in advance if this question has already been asked and answered elsewhere, but I couldn't seem to find any similar posts.
As part of my mobile app, I have to display three different fields provided from a mobile service. I am able to display them correctly on three different lines using three different label components. As the text from each of the fields is short, I want to display these fields next to each other on the same line, rather than on three lines. I want to save some space and make the screen more visually appealing ![]()
So I have two ideas, if anyone knows if I'm able to do one or the other and how that would be great:
From the mobile service, map the three response fields to the same component and (probably) add JS code to create desired spacing in between.
Use three labels as before, but instead of stacking them vertically, put them side-by-side. I can't seem to do this, as even when I make an existing label small enough I'm not able to drag a new label beside it.