[android-developers] Re: RelativeLayout not working in ADT 14

2011-10-31 Thread Streets Of Boston
Xav: Any news on this issue? -- 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] Re: RelativeLayout not working in ADT 14

2011-10-31 Thread arnouf
The editor seems to have a bug. You create RL with 2 buttons inside, one below the other. The second is over the first. But after a compilation I have the correct view on device. Only the graphical editor seems bugged. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: RelativeLayout not working in ADT 14

2011-10-31 Thread Tor Norbye
We're tracking this issue in http://code.google.com/p/android/issues/detail?id=21230 -- Tor On Mon, Oct 31, 2011 at 7:00 AM, arnouf arnaud.far...@gmail.com wrote: The editor seems to have a bug. You create RL with 2 buttons inside, one below the other. The second is over the first. But

Re: [android-developers] Re: RelativeLayout not working in ADT 14

2011-10-31 Thread Streets Of Boston
Thank you! I added some extra info to the tracked issue... I hope it helps somewhat. :) -- 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,

[android-developers] Re: RelativeLayout not working in ADT 14

2011-10-27 Thread Streets Of Boston
Same problem here. -- 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

[android-developers] Re: RelativeLayout not working in ADT 14

2011-10-24 Thread Efi Merdler-Kravitz
Hi Nir, I'm having exactly the same problem, any luck ? Efi On Oct 22, 11:47 pm, nir segev nirse...@gmail.com wrote: Hi, I would like to report an issue with RelativeLayout: When Loading a layout XML with RelativeLayout in the designer , all the relations properties are not taking effect.