Is there a way to hide some (but not all) of the text in a TextView? I tried setting the size to 0 with AbsoluteSizeSpan, but that doesn\'t have any visual effect that I see.
Transparent text color hides the visibility of the text. Add textSize to that to remove or minimize the space it takes up.