Can anyone tell me what\'s going wrong with the text? Text longer than one line doesn\'t wrap to the next line but goes beyond the screen.
Following is the code:
You must use 2 parameters :
android:ellipsize="none" : the text is not cut on textview width
android:ellipsize="none"
android:scrollHorizontally="false" the text wraps on as many lines as necessary
android:scrollHorizontally="false"