[android-developers] Re: ADT Layout Editor -- What do warning triangles mean?

2009-04-13 Thread Raphael
Note that the various fields correspond to the resource qualifiers documented here: http://developer.android.com/guide/topics/resources/resources-i18n.html#AlternateResources R/ On Mon, Apr 13, 2009 at 5:46 PM, Jon Webb wrote: > > Is there an explanation of the ADT layout editor UI some place?

[android-developers] Re: ADT Layout Editor -- What do warning triangles mean?

2009-04-13 Thread Jon Webb
Thanks for the prompt and clear response. -- Jon Webb On Apr 13, 8:59 pm, Xavier Ducrohet wrote: > This is very much a work in progress, and unfortunately it's not > really documented at this time. > > The triangle icon (which is awarningicon) means that you have > requested a particular value f

[android-developers] Re: ADT Layout Editor -- What do warning triangles mean?

2009-04-13 Thread Xavier Ducrohet
This is very much a work in progress, and unfortunately it's not really documented at this time. The triangle icon (which is a warning icon) means that you have requested a particular value for a resource qualifier but no layout file matching it was found and a default file is used.. For example

[android-developers] Re: ADT Layout Editor

2009-03-17 Thread Susan
I still don't know how long time I will wait. Could you please tell me just an approximate time it will be released? Thanks On 3月17日, 下午2时22分, Xavier Ducrohet wrote: > Hi, > > This will probably come in the version following the plugin released > with cupcake. > > Note that even though you canno

[android-developers] Re: ADT Layout Editor

2009-03-16 Thread Xavier Ducrohet
Hi, This will probably come in the version following the plugin released with cupcake. Note that even though you cannot use the "add" button to add your custom classes to your layout, you can add them from the XML edit view. In most cases, custom views are properly rendered by the graphical layo

[android-developers] Re: ADT Layout Editor

2009-03-13 Thread Susan
Could you please tell me when the editor will find all the classes in the project that extend android.view.View and add them to the list? Which ADT version I could expect? I think it is on your schedule, isn't it? Best regards --~--~-~--~~~---~--~~ You received th

[android-developers] Re: ADT Layout Editor

2009-03-10 Thread Xavier Ducrohet
In addition to this very valid warning, you don't actually need to call any class from ADT. All you need to do is set the default editor for your XML files to be the layout editor provided by ADT: org.eclipse.ui.ide.IDE.setDefaultEditor(file,"com.android.ide.eclipse.editors.layout.LayoutEdi

[android-developers] Re: ADT Layout Editor

2009-03-09 Thread Ralf
The EPL license of the plugin allows you to reuse the code if you use a compatible license for your own project. That being said, the layout editor has not been designed to be re-usable as such. That means the API will surely change and you'd be basing your project on something hard to keep up w

[android-developers] Re: ADT Layout Editor

2009-03-09 Thread Susan
Thanks for your answer! My first question means If I develop a Eclipse plugin project, can I call ADT layout editor to edit my xml? Are there API documents of ADT layout editor I can find? I want to reuse layout editor , then I don't need to develope visual editor by myself. Is it possible? Th

[android-developers] Re: ADT Layout Editor

2009-03-09 Thread Xavier Ducrohet
On Sun, Mar 8, 2009 at 11:32 PM, Susan wrote: > > 1. Can I  call ADT Layout Editor in  my java source file , not by XML > file  "open with" menu ? I'm not sure what you mean by this. > 2. When I click "add" button in the outline view of ADT Layout > Editor , it will show such a list of UI compo