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.
I think you're looking for: TextView.setVisibility(View.GONE)
TextView.setVisibility(View.GONE)