How to vertically align and center objects in constraint layout? It is possible to align vertically or horizontally but I have not found a way to center at the same time bes
You can easily center multiple things by creating a chain. It works both vertically and horizontally
Link to official documentation about chains
Edit to answer comment :
You have the horizontal chain : first_score <=> second_score <=> third_score.
second_score is centered vertically. The other scores are centered vertically according to it.
You can definitely create a vertical chain first_score <=> subtitle and center it according to second_score