Assigned
Status Update
Comments
an...@google.com <an...@google.com>
nj...@google.com <nj...@google.com> #2
We could add an API to make the weighted distance customizable, aosp/3271691 has more info.
jo...@google.com <jo...@google.com>
ma...@google.com <ma...@google.com> #3
I think this is achievable without custom layout, just a layout modifier followed by draw modifier. That simple wiring should do the trick, although I can see how this can be useful overall as a package. I suggest to keep this bug open in case we get more requests like this and then reevaluate.
Description
Alignment lines are very useful when needing to communicate between children and parents, but they are currently only available for
Measured
.It's sometimes useful to be able to access alignment lines in draw scopes. This would allow drawing decorations using the draw modifiers without having to add extra composable and implement a custom layout.