构建了一个自定义组件,我想将其用作库,但内部需要 XML 布局
我编写了一个支持面板的小平台,可以通过“工具栏”进行互换。
我希望能够通过 JAR 或类似的东西将其导出为自定义组件,但我需要在其中包含 XML 布局。
有可能吗?如果是,最好的方法是什么?
提前致谢。 JQ科雷亚
I wrote a small platform supporting panels that can be interchanged by a "toolbar".
I want to be able to export this as a custom component through JAR or something similar, but i need to have the XML layouts inside.
Is is possible? If yes, what is the best way?
Thanks in advance.
JQCorreia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Android 库项目,在 Eclipse 内部 或外部。
Use an Android library project, either inside of Eclipse or outside.