I have a lazy row with items that have wrap content height. my problem is that some texts of these items is visible or invisible base of that item. so the height of that cart is not fix and it will change.
how can I find the max height of that item (with all texts) and set that height to all items.
I do not want to set a hard code height to my items (like 300.dp)
as you can see in this image: the below button change its position based on the card's height. I want that button fix in its place and not move up and down. https://i.stack.imgur.com/R0Tc6.png
how can I fix that problem?