Does any one know how to wrap text in TextView in Android platform. i.e if the text in textview exceed the screen length it should be displayed in the second line.
I
Just set layout_with to a definate size, when the text fills the maximum width it will overflow to the next line causing a wrap effect.
layout_with