如何将TableLayout在一种布局中使用到另一种布局中?
我在“action.xml”中有一个 TableLayout,并且有另一个文件“grid.xml”,所以我想从 grid.xml 类文件绑定 TableLayout,那么我该怎么做呢?
谢谢, @唠叨。
I have a TableLayout in "action.xml" and i have another file "grid.xml" so i want to bind TableLayout from grid.xml class file so how can i do this one?
Thanks,
@nag.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过以下方式将一个 xml 文件包含到另一个 xml 文件中:
you can include one xml file into another xml file thru:
您可以像这样将 xml 文件导入到另一个文件中
you can import the xml file into the another one like this way