I extended FrameLayout
and overrode the onLayout()
method. From there I call layout()
on a TextView
child to resize and relocate at will, but the wrapping of the text doesn't recalculate after the resize.
I've already tried setText()
and setWidth()
.
Sure there is something I'm doing wrong. Any ideas?