Re: [android-developers] LinearLayout with multiple TextViews

2009-12-30 Thread Rimma Sukhovsky
Yes, each of them represent different data, so i would like to decorate them differently or even linkify. Also the views may not necessary be textviews, it may be an imageview or a video view. What happens is that my server sends me data objects - text or images, and i want to display them in the o

Re: [android-developers] LinearLayout with multiple TextViews

2009-12-30 Thread Mark Murphy
Rimma Sukhovsky wrote: > What a shame. I was really hoping there is a way to do it :( Is there any reason you need them to all be separate TextViews? Text in a *single* TextView can wrap. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in U

Re: [android-developers] LinearLayout with multiple TextViews

2009-12-30 Thread Rimma Sukhovsky
What a shame. I was really hoping there is a way to do it :( On Wed, Dec 30, 2009 at 4:06 PM, Mark Murphy wrote: > legerb wrote: > > I'm struggling with the following: > > I have a linear layout with horizontal orientation, which I'm adding > > text views dynamically (with WRAP_CONTENT layout par

Re: [android-developers] LinearLayout with multiple TextViews

2009-12-30 Thread Mark Murphy
legerb wrote: > I'm struggling with the following: > I have a linear layout with horizontal orientation, which I'm adding > text views dynamically (with WRAP_CONTENT layout params). The problem > is that when reaching the screen border, instead of placing the new > text view on a new line, the new