What is easiest way to add icon over other element...
# compose
j
What is easiest way to add icon over other element . I want to make this layout and have hard time to put bulb like position absolute on comment box
m
Use Constraint Layout and constrain the bulb as
top.linkTo(comment.bottom)