I was using this layout_constraintWidth_default="wrap" in textview to keep the textview content wrapped(to right of it there is imageview), as the text in textview increases textview area will grow which moves the imageview to right.
layout_constraintWidth_default="wrap"
As it is deprecated any alternatives?
Logcat
