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.
just had this issue. Basically you just display a part of the string by using substring or whatever and if you click on the textview, you set the fulltext to it.
Hope it can help out someone going through that topic. (Can copy paste a snipet of code if required).