Hi everyone. I'm building the following UI. Curren...
# compose
l
Hi everyone. I'm building the following UI. Currently the smaller text is being drawn with canvas (since it's on tope of another drawn component), but the bigger text its just a Text. I'm wondering, how do I recreate an effect like this? Note that the smaller text its hidden while it touches the bigger one, but the background is visible. I was thinking if BlendMode would help, but no success by now. Thanks
1
Solved, for anyone needing something similar, this post helped: https://stackoverflow.com/questions/74723358/jetpack-compose-canvas-drawtext-color-blending
👍 1