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.
Asked
Active
Viewed 151 times
1 Answers
0
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: