I was wondering if anyone has seen if it is possible to get string resources from another directory. So by default my strings are in something like:
/MyProject/src/main/res/values
and translated languages in /MyProject/src/main/res/values-es
etc...
I would like to get my string resources from another file or sub-directory like:
/MyProject/sub-module/src/res/values
but also have it get values for translated languages the same: /MyProject/sub-module/src/res/values-es
I have looked around in the developer documents and other resources but have seen nothing about changing the directory of the strings resources.