Reputation: 543
Here's the layout I'd like:
Here's what happens when I add an image:
I'd like Image to respect its parent sizing. How would I do that?
Upvotes: 3
Views: 3138
Reputation: 543
I ended up calculating the width of the image manually by just doing this:
screenWidth/7 - margin
This is a hack, so if anyone has a proper way of doing it I'd love to hear it!
Upvotes: 1