[android-developers] include xml argument

2009-08-28 Thread sdphil
i have some layout xml that looks like this: == file1.xml == ... ... I want to include that in some other layout xml, so I do this -- == file2.xml == The question I have is how to pass arguments (and refer to them) from file2.xml to file1.xml. So, for example: == file1.xml ==

[android-developers] include xml argument

2009-08-28 Thread sdphil
i have some layout xml that looks like this: == file1.xml == ... ... I want to include that in some other layout xml, so I do this -- == file2.xml == The question I have is how to pass arguments (and refer to them) from file2.xml to file1.xml. So, for example: == file1.xml ==