0
How to make multiple layouts in an app?
In html you would use the href, how do I do this in XML (apps)?
3 Respuestas
0
I'm really confused. Could you please add a bit more context? I'm not following the whole multiple-layouts-in-html-uses-href train of thought, so it's hard to imagine what you are looking for as an equivalent in XML...
0
So....
In html, you have a webpage, right? If you click a link, or a button, or literally anything that contains a link, a new html file, a new page, loads and you see that page, not the old one.
Now, in XML I'm looking for something like <a> with the "href" attribute, that opens a new app layout, that the layout looks different.
0
https://www.w3schools.com/xml/xml_xlink.asp
is probably what you are looking for. If not, try:
https://www.w3schools.com/xml/xml_namespaces.asp
or
https://www.w3schools.com/xml/xml_xlink.asp