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

Reply via email to