[android-developers] Re: special text scrolling

2010-02-16 Thread Houcem Berrayana
Thanks you very much. This should help. But I'found that it scrolls only if it has the focus ! Is there any way to get the original source code and try to modify it? Regards, On 16 fév, 14:55, Narendra Bagade wrote: > Use Morquee feature of textview > like  android:elipsize="Morquee" in xml file

Re: [android-developers] Re: special text scrolling

2010-02-16 Thread Narendra Bagade
Use Morquee feature of textview like android:elipsize="Morquee" in xml file Narendra On Tue, Feb 16, 2010 at 7:23 PM, Houcem Berrayana < houcem.berray...@gmail.com> wrote: > Oupps it's doesn't look good here ! :) > > On 16 fév, 14:51, Houcem Berrayana wrote: > > Hi all, > > I was trying to mal

[android-developers] Re: special text scrolling

2010-02-16 Thread Houcem Berrayana
Oupps it's doesn't look good here ! :) On 16 fév, 14:51, Houcem Berrayana wrote: > Hi all, > I was trying to male a custom text scrolling. I could implement many > types of scrolling using the scroller and linear interpolator. > But I'm wondering if we can make text scrolling as bellow: > ___