[android-beginners] Re: XML Layout Language

2009-07-02 Thread Romain Guy
The closest thing to a DTD is the following: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/attrs.xml;h=bcd12388157843f6022294a92548d3b2b87a4d13;hb=master On Thu, Jul 2, 2009 at 8:35 AM, Mark Murphy wrote: > >> I'm still confused by the XML Layout synta

[android-beginners] Re: XML Layout Language

2009-07-02 Thread Mark Murphy
> I'm still confused by the XML Layout syntax/semantics. I've asked > before but never got a good response. > > Does anyone know where the specification for the XML Layout exists? There is no specification per se. Each widget documents its attributes as part of its Javadocs. However, since you c

[android-beginners] Re: XML Layout Language

2009-06-15 Thread Tseng
On Jun 13, 12:01 am, Mitch wrote: > Does anyone know a link to the specification for the XML Layout?  I'm > looking for a description of the tags etc.  Since I'm new and just > learning, a simplified version would be nice, focusing on the most > common tags.  Everything I read now is vague. The