共同的布局,不同的资源
我需要您对我的申请提出建议。我两个月前写了一份申请,现在被要求写类似的申请。我有一个想法,只改变资源。我想更改我的应用程序以使用不同的资源但通用的布局。
您是否有任何想法如何使用不同的资源而不替换它们并重命名它们在应用程序中使用。
I need your suggestion for my application. I have written an application two month ago, and now have been asked to write similar application. I've got an idea to change only resources. I'd like to change my application to use different resources but common layouts.
Have you any ideas how to use different resources without replaceing them and renaming as thay are used in application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将旧项目检查为 Android 库(在 eclipse 的项目属性中),创建新项目,将清单复制到新项目,将旧项目添加为 Android 库,将新的/修改的资源放入新项目中。资源将被覆盖。
Check your old project as a Android library (in project properties in eclipse), create new project, copy manifest to the new project, add old project as a Android library, put new/modified resources to the new. Resources will be overriden.