I basically want a widget which has a simlar layout as the twitter
widget like this

[AUTHOR] [TWEET text bla bla
bla balb albalbalbal bla bla]

As you can see the tweet text nicely wraps around the AUTHOR element.
This can be done with one TextView using the following method:
http://developer.android.com/guide/appendix/faq/commontasks.html#selectingtext

The problem is that its a widget and i only have access to the ui
elements using the RemoteViews:
http://developer.android.com/reference/android/widget/RemoteViews.html

I was thinking of using a layout manager for this, but its impossible
because textviews are always rectangular.

So how do i do this?
I know you helped twitter build their application. So it would be nice
if you could help us.

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to