I am having trouble with textView not breaking line before ICS. In ICS (i belive honeycomb works as well but i havent tried it tho) the text inside textView breaks nicely bu
In addition to Shine answer I had to set corresponding parameters to the TextView:
android:ellipsize="none" android:maxLines="20" android:scrollHorizontally="false" android:singleLine="false"
Example: