android中res中的新文件夹
我在android的res中添加了名为drawableb的新文件夹,并在其中放入了一些xml,但是当我尝试从布局中使用该xml时,我无法使用名为drawableb的文件夹。任何人都可以帮我如何做到这一点。 谢谢。
I added new folder named drawableb in res in android and put some xml in it, but when I tried to use that xml from layout, I was not able to use the folder named drawableb. Can anyone please help me how to do this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Android Studio 和 Gradle,您现在可以拥有多个 资源文件夹合并。尝试在可绘制文件夹中使用多个子文件夹并更新 build.grade 文件中的 sourceSets。有关更多详细信息,请参阅以下答案:
With Android Studio and Gradle you can now have multiple resource folders that get merged. Try using multiple subfolders in your drawable folder and update the sourceSets in your build.grade file. See these answers for more details: