I have a TextView that holds a Spannable string. The string contains a bunch of text, the first word of which is double the typesize as the rest of the string.
The prob
You can try using one of these TextView properties:
android:lineSpacingMultiplier android:lineSpacingExtra
to at least try to make all lines the same height (same as the first one).