Re: [android-developers] Determining in advance how much text will fit into a given TextView?

2010-12-18 Thread g
i no fix the prob. androids On Tue, Dec 14, 2010 at 5:43 AM, HippoMan hippo.mail...@gmail.com wrote: In a different thread, I asked if there was a way to query some object to define what subset of a long piece of text is actually being shown within a given TextView. Based on the scant

[android-developers] Determining in advance how much text will fit into a given TextView?

2010-12-14 Thread HippoMan
In a different thread, I asked if there was a way to query some object to define what subset of a long piece of text is actually being shown within a given TextView. Based on the scant feedback I received in response to this query, I have come to the conclusion that android probably does not

Re: [android-developers] Determining in advance how much text will fit into a given TextView?

2010-12-14 Thread Kostya Vasilyev
You can look at TextView source here, perhaps copy some code, or get some ideas: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/widget/TextView.java;h=64c9c9964d167532097964937dc9056d70ad0995;hb=froyo (this is for Froyo) But I'm wondering what you are