TextView has to be selected to marquee, try with android:selected="true".

On Thu, Jul 22, 2010 at 1:16 PM, Matt <[email protected]> wrote:
> I'm at wits end here.  How can I have text in an AppWidget (i.e.
> widget) scroll?
>
> According to
> http://groups.google.com/group/android-developers/browse_thread/thread/92abb4c78b14a8e7/29c283a5800a87c4?hl=en&lnk=gst&q=widget+marquee#29c283a5800a87c4
> , it should be doable as following:
>
>  <TextView
>         android:layout_width="wrap_content"
>         android:layout_height="wrap_content"
>         android:focusable="true"
>         android:singleLine="true"
>         android:ellipsize="marquee"
>         android:marqueeRepeatLimit="marquee_forever">
>  <requestFocus/>
> </TextView>
>
> This does not work for me.  Can anyone help?
>
> Thanks,
> -Matt
>
> --
> 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

Reply via email to