Is it possible to have more than one string resource file in Android? Is it possible to have more than one string resource file in Android? xml xml

Is it possible to have more than one string resource file in Android?


Apparently so. I just took a small app of mine, created a new XML file, values/labels.xml, and moved some of my string resources from values/strings.xml into it. I made no other changes to the app; it still worked fine.