Skip to content

Setting up strings.xml

Jahir Fiquitiva edited this page Mar 18, 2020 · 2 revisions

Navigate to strings.xml, located in res/values/strings.xml. There are just a couple of necessary changes here, and all of them are explained in comments. Here is the part you'll need to edit:

<resources>
    <!-- Your app name -->
    <string name="app_name">Kuper</string>
</resources>