WAI
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Thanks Alex.
We have this work ongoing, forwarding to Siyamed to duplicate properly
si...@google.com <si...@google.com> #3
Thanks alexjlockwood@ It will be out soon.
nj...@google.com <nj...@google.com> #4
according to the description this will be a signal for beng single line and horizontally scrolling rather than the maxLines.
maxLines will be merged soon, single line flag will follow.
nj...@google.com <nj...@google.com> #5
Hi Siyamed, thanks for the quick fix on this feature request!
I just filed a similar bug here to support minLines
as well which I think is probably pretty similar too in case you missed it:
Description
Compose Version: 1.0.0-beta06
I tried creating a Gradient Text by using
TextDelegate
and Drawing it onCanvas
, Drawing a Gradient over it with aBlendMode.SrcIn
.Works great when the Text isn't drawn on top of a
Surface
but when on top of a Surface, the Drawn Gradient seems to overlay on the Surface as well.Here is the link to the Repository:https://github.com/qrezet/GradientTextBug/blob/master/app/src/main/java/com/example/gradienttext/MainActivity.kt
Also some screenshots: