Hi,
I’m working on a tennis app where each match has Player A and an opponent. On the match detail screen, I want to display :
-
Player A avatar + name
-
“VS” text
-
Opponent avatar + name
I’d like them to appear side by side (horizontal) at the top of the screen just like most of Livescore apps.
Here’s what I’ve tried so far:
-
Using a Template column to combine
{Player A Avatar} | VS | {Opponent Avatar}→ Glide only shows text, not images. -
Using Cards → only allows one item per card, so I can’t show both avatars in the same card.
-
Containers → no option for horizontal layout for fixed items.
It seems that in Glide modern, there is no Row / Inline Horizontal for fixed components.
Questions:
-
Is there a native way to display 2 avatars + names side by side on a detail screen?
-
If not, what is the recommended workaround in Glide ? (I’ve seen mentions of using Inline Lists or combining into a single column, but nothing works for my use case.)
Thanks in advance for any guidance!
Cheers from France,
Lionel