[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-20 Thread oriharel
I got myself ADT 9.0 working! great job you guys! On Dec 19, 5:05 pm, Cyril wrote: > I confirm Xavier's solution. You can put a view inside a linearLayout, > provided this layout is not empty and both width and height are NOT > set to wrap_content. I fought hours before sorting that bug out :-) >

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-19 Thread Cyril
I confirm Xavier's solution. You can put a view inside a linearLayout, provided this layout is not empty and both width and height are NOT set to wrap_content. I fought hours before sorting that bug out :-) nevertheless, I hope a fix will come ASAP !!! On 9 déc, 09:11, oriharel wrote: > Well,

Re: [android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-13 Thread Xavier Ducrohet
Yes, this is due to the layout being empty. This is fixed for the next version where empty layout automatically expands to a non zero size during drag and drop. Xav On Thu, Dec 9, 2010 at 5:06 PM, Prashast wrote: > Hi Xavier, > > Unfortunately, the drag and drop feature as it is right now is not

Re: [android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-13 Thread Xavier Ducrohet
fill_parent and match_parent do the same exact thing. In fact they compile the the same binary XML value. We just changed the name to be less confusing. On Thu, Dec 9, 2010 at 1:54 AM, oriharel wrote: > fill_parent should not be deprecated. it has different functionality > then match_parent > > O

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-12 Thread oriharel
no. they are not in 8.0.1 also. On Dec 10, 5:11 am, Zarah wrote: > I think Undo (CTRL+Z on Windows) works when you are in the XML view of > the Layout Editor (not on the graphical view). > > Are the up/down arrows still not back on the 8.0.1? > > I want my up/down arrows! :) > > - Zarah. > > On D

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Zarah
I think Undo (CTRL+Z on Windows) works when you are in the XML view of the Layout Editor (not on the graphical view). Are the up/down arrows still not back on the 8.0.1? I want my up/down arrows! :) - Zarah. On Dec 9, 4:24 pm, Logan Masten wrote: > I simply cannot believe the up and down ar

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Prashast
Hi Xavier, Unfortunately, the drag and drop feature as it is right now is not good enough to warrant removing the up and down arrow keys. More often than not I cannot get drag and drop to give me the option I want. Let me give you a simple example http://schemas.android.com/apk/res/ android"

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread Logan Masten
I simply cannot believe the up and down arrows are gone. What should have been a couple minute job through a few arrow presses has turned into an hour of me saving and reloading the layout, as undo doesn't appear to work either. On Dec 8, 8:09 pm, Julian wrote: > Hi, > > It would be great if the

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread ido lan
up and down is very missing... hate having to edit XML for that. On Dec 8, 4:01 pm, Julian wrote: > Also de "up" and "down" arrows. > Another thing, Where is the "fill_parent" option? > > 2010/12/8 Prashast > > > > > > > > > At first I thought its because of a wrong view being opened but looks

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread oriharel
fill_parent should not be deprecated. it has different functionality then match_parent On Dec 9, 1:19 am, Zsolt Vasvari wrote: > fill_parent has been deprecated since 2.2.  It's now match_parent > > On Dec 8, 10:01 pm, Julian wrote: > > > > > > > > > Also de "up" and "down" arrows. > > Another t

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread oriharel
Well, I can't put a TextView inside a LinearLayout by drag n' drop at all. am I missing something? On Dec 9, 4:12 am, Xavier Ducrohet wrote: > hey all, > > We're actively working on the editor, so this is good feedback. > > The new editor in 8.x might look the same, but it's completely > differen

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-08 Thread Zsolt Vasvari
fill_parent has been deprecated since 2.2. It's now match_parent On Dec 8, 10:01 pm, Julian wrote: > Also de "up" and "down" arrows. > Another thing, Where is the "fill_parent" option? > > 2010/12/8 Prashast > > > > > At first I thought its because of a wrong view being opened but looks > > lik

Re: [android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-08 Thread Julian
Also de "up" and "down" arrows. Another thing, Where is the "fill_parent" option? 2010/12/8 Prashast > At first I thought its because of a wrong view being opened but looks > like they have removed the +, - and arrows. > > While working with a complex layout dragging the views just doesn't > wor

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-08 Thread Prashast
At first I thought its because of a wrong view being opened but looks like they have removed the +, - and arrows. While working with a complex layout dragging the views just doesn't work me. The only solution is to go edit the files in XML. The +, - and arrows controls should be brought back IMO