I’d like to know what would be the best way to structure a row like this in xml:

There’s 2 ImageViews(one for the star and one for the cover) and 2 TextViews (one for “Album” and one for “Artist”). I’m not sure which kind of layout would be the best and how to structure this row.
You should use a
RelativeLayout(there are other options too):