strings.xml
TLDR
This file is the XML resource file for the project's strings. It contains a single string resource with the name "app_name" and the value "My Application".
<resources>
<string name="app_name">My Application</string>
</resources>