update the launcher title

This commit is contained in:
tibbi 2016-12-09 19:35:21 +01:00
parent 997a4e844b
commit a48d1727e3
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/launcher"
android:label="@string/app_name"
android:label="@string/app_launcher_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">

View File

@ -1,3 +1,4 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
</resources>