[android-beginners] Eclipse Android preferences disappear after installing a second plugin

2009-09-09 Thread Andre Wichmann
Hi, I've got a problem that's driving me mad, and I hope someone here can help me... I've installed the ADT plugin for Eclipse (3.5 Galileo) according to the instructions on the Android Developers site. In "Window- >Preferences", there's now an Android tab (as there should be), and I can create

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

2009-09-15 Thread Andre Wichmann
Hi, 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? To clarify, here is what

[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: ADT plugin for eclipse

2009-09-26 Thread Andre Wichmann
Hi, On Sep 24, 8:46 pm, John Douma wrote: > I am using Eclipse 3.4 on Windows XP. I downloaded and installed the > Android SDK, version 1.6, in accordance with the instructions > athttp://developer.android.com/sdk/1.6_r1/installing.html. I also > installed the Android Developer Tools and Androi

[android-beginners] Re: Problem with ADT plugin in Eclipse Galileo

2009-09-29 Thread Andre Wichmann
Hi, On Sep 27, 9:11 pm, Stéphane Bruno wrote: > It is as if the ADT plugin and the Google plugins cannot coexist in Eclipse > The same is true for the subclipse and subversion plugins - as soon as either one of them is installed, the ADT plugin stops working, at least when using Kubuntu Li