I'm curious about the <merge> and <include> tags in Android XML-layouts. I've read two tutorials, but haven't yet found a simple example usage.
Would be happy if someone could provide such an example or give a pointer to one.
|
|
some_activity.xml:
view_part.xml:
|
|||||||||
|
|
id doesn't paste code otherwise relative layout parameters would have worked. It does some different processing |
|||
|
|
|
There's a simple Android XML layout <include /> HOWTO that's also explaining a common pitfall over at http://www.coboltforge.com/2012/05/tech-stuff-layout/. That may help... |
|||
|
|