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:
Set the height of the text view android:minHeight="some pixes" or android:width="some pixels". It will solve the problem.
android:minHeight="some pixes"
android:width="some pixels"