I need a Layout that works like TextView. For example, if the text doesn't fit the whole line it goes to the next line.
I have whole bunch of TextViews and I want to add it to a layout from left to right and if it does fit anymore it goes to next line.
Does anyone have solutions?