update the launcher title
This commit is contained in:
parent
997a4e844b
commit
a48d1727e3
|
@ -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">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Thank You</string>
|
||||
<string name="app_launcher_name">Thank You</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue