[android-developers] Re: Defining custom xml file in eclipse

2012-11-26 Thread bob
Maybe add something like this to your first tag:

 xmlns:android=http://schemas.android.com/apk/res/android;


On Monday, November 26, 2012 10:55:50 AM UTC-6, Simon Giddings wrote:

 I have a series of custom xml data files that I need to create.
 I would like to tell eclipse what its format is so that when I do a 
 CTRL+SPACE, it will give me the possible node or attribute options.

 Is this possible ?
 If so, how do I go about this ?


-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Defining custom xml file in eclipse

2012-11-26 Thread Simon Giddings
I don't see how this will help.
I need to inform eclipse what the format of my custom xml is - tag names, 
attribute names, etc

On Monday, 26 November 2012 19:38:13 UTC+1, bob wrote:

 Maybe add something like this to your first tag:

  xmlns:android=http://schemas.android.com/apk/res/android;


 On Monday, November 26, 2012 10:55:50 AM UTC-6, Simon Giddings wrote:

 I have a series of custom xml data files that I need to create.
 I would like to tell eclipse what its format is so that when I do a 
 CTRL+SPACE, it will give me the possible node or attribute options.

 Is this possible ?
 If so, how do I go about this ?



-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en