Hello guys. I have a small problem. I'm using comp...
# compose
d
Hello guys. I have a small problem. I'm using compose constraint layout and I'm trying to constrain a text from the baseline to the top of another layout (with some padding). The problem is, the baseline linkTo method only accepts another baseline and when I try to use the other layout's baseline, it does not work. Is there any way I can constrain the text? I'd also like to constrain a layout to the baseline of a text. It is important that I do the measurement from the baseline not the bounding box.