Thanks for your replies.. The problem with using marquee is, the TextView has to be in focus all the time.
My requirement is I have multiple controls in the same activity and the text scrolling should be continuing through out . How do I apply animation to a TextView in simplest way..? Thanks, DK On Jun 3, 12:53 pm, arnouf <[email protected]> wrote: > right ! the marquee ! I forgot it ! :) (it's just avoiding to use > animation, not to place your component at bottom) > > On Jun 3, 6:42 pm, Romain Guy <[email protected]> wrote: > > > There's even easier, just use the marquee feature of TextView. > > > On Thu, Jun 3, 2010 at 9:40 AM, arnouf <[email protected]> wrote: > > > Use a RelativeLayout for your app and a specific layout aligned on > > > bottom of your main layout. > > > So you're banner is based at the bottom :) > > > Now to scrolling a text inside this banner : use animation, it's the > > > simplest. > > > > Best > > > > On Jun 3, 4:36 pm, dillipk <[email protected]> wrote: > > >> Hello, > > >> Is there any widget which would help me to create kind of admob > > >> banner or scrolling text at the top of my app? > > > >> Thanks, > > >> DK > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > -- > > Romain Guy > > Android framework engineer > > [email protected] > > > Note: please don't send private questions to me, as I don't have time > > to provide private support. All such questions should be posted on > > public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

