I have one LinearLayout with horizontal orientation and I insert TextViews inside it programmatically.
If there is not enough space some TextViews go off screen. I need to force them to go down.
What I have:
|—screen width—|
HELLO-THIS-IS-ONE-EXAMPLE
What I need:
|—screen width—|
HELLO-THIS-IS-ONE
EXAMPLE
How can I do this?