How do I constrain the center horizontal axis of this Textfield so it sits at the bottom of the grey image and moves with height of the image? Currently I have all the views in a Box and Iām adding padding for the TextField to align with the image. But if the image is shorter for example, I want the TextView to move up with it
c
Chris Sinco [G]
11/18/2021, 12:28 AM
ConstraintLayout for Compose would be the best thing here I think
v
voben
11/18/2021, 2:58 AM
thanks
t
Tobias Suchalla
11/18/2021, 7:39 AM
You can also achieve this with an offset modifier: