I've got a ListView
item with three components aligned horizontally:
- an
ImageView
containing an icon - a
TextView
with a headline - another
ImageView
wit a status icon
Currently, I have them arranged via a RelativeLayout
and my TextView
is 'elastic'.
Is it possible to create the same layout in ConstraintLayout
? Basically, what I'm asking is if I can create 2 fixed-length constraints instead of percentages.
Aucun commentaire:
Enregistrer un commentaire