[android-beginners] Re: Views right of long SingeLine Textviews disappear

2009-09-15 Thread Andre Wichmann
Hi, On Sep 15, 5:27 pm, "Mark Murphy" wrote: > 1. Use android:layout_width="0px" and android:layout_weight="1" for the > TextView. This says "use all space not used by the rest of this row". This worked indeed - after I've removed the LinearLayout wrapper for the ImageView, that is. Thanks a l

[android-beginners] Re: Views right of long SingeLine Textviews disappear

2009-09-15 Thread Mark Murphy
> I'd like to position an ImageView right of a TextView which has > SingeLine set to "true". What happens is that if the string in the > TextView is too long, the ImageView gets pushed out of the screen and > gets not displayed! Does anyone have an idea how to prevent that? Don't use a LinearLayo