How can I clip the bottom of a composable, so that it's not higher than a given size? This seems very simple but I can't find a simple solution. I wrote a custom layout and that works, but surely there is an easier way.
.
Other than that, doing a custom layout is also an option as you say. Here’s how I did this to cut a specific amount from the top and from the bottom of an item that was bigger than what I wanted it to be for example.