Hi, I have three views within a horizontal linear layout: [ textview1 | imageview | textview2 ]
I need imageview, and textview2 to expand to however much width they need, and textview1 should use whatever is left over and truncate its text (so as not to push around the other views). I have it setup horizontally now, but if the text of textview1 is too long, it pushes the others off the screen. How can I get it to only use whatever space is leftover from the other two? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

