Android: TextView: Remove spacing and padding on top and bottom

When I have a TextView with a \n in the text,, on the right I have two singleLine TextViews, one below the other with no spacing in between. I have set the following for all three TextViews. android:lineSpacingMultiplier=”1″ android:lineSpacingExtra=”0pt” android:paddingTop=”0pt” android:paddingBottom=”0pt” The first line of the left TextView lines up perfectly with the top right … Read more