[android-developers] Re: Custom component rendering problems

2008-08-18 Thread giolekva
Thanks it worked ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [E

[android-developers] Re: Custom component rendering problems

2008-08-18 Thread Romain Guy
It looks like your code loads the TTF for every list item. That will be very slow indeed. You should cache the font so that you load it only once. On Sun, Aug 17, 2008 at 10:55 PM, giolekva <[EMAIL PROTECTED]> wrote: > > Hi. > I've wrote my own custom component UnicodeTextView which extends > Tex