Android:将一个xml包含到另一个xml中
如何将一个xml数据包含到另一个xml数据中?
我的应用程序有一个标头 xml 文件,我想在特殊的其他内容 xml 中使用它。有没有办法将标题包含到我的内容中?
How to include a xml data into an other xml data?
I have a header xml-file for my application which I want to use in my special other content xmls. Is there a ways to include the header into my content?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用包含标签
use include tag
您必须使用 < 声明您的“body”xml 布局。合并>使用标签<包括>在您的主要布局上标记。
这是您的<内容>包括>标签
You have to declare your "body" xml layout with a < merge > tag to use < include > tag on your principal layout.
This is the content of your < include > tag
你应该使用 <包括>标签:重用布局
You should use < include > tag: Re-using Layouts with