Re: [android-developers] Determining the subset of text that is visible in a TextView

2010-11-22 Thread TreKing
On Fri, Nov 19, 2010 at 10:00 PM, HippoMan hippo.mail...@gmail.com wrote: Is there any way that I can then query this TextView or some other component in order to find out the subset of the text which is actually being displayed? If nothing else, you can look at the source code for TextView

[android-developers] Determining the subset of text that is visible in a TextView

2010-11-19 Thread HippoMan
Assume I have a block of text that is too long to fit into a standard TextView. When I put that text into the TextView via the setText() method, it gets truncated. Is there any way that I can then query this TextView or some other component in order to find out the subset of the text which is