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 have to use android:singleLine="false" in ur TextView tags.
android:singleLine="false"
TextView