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
The trick is with the textView width, try to make it dedicated number like:
I've tried many solutions without any result, I've tried:
android:ellipsize="none" android:scrollHorizontally="false"
the only one thing triggred the wrap option is the dedicated width