update the launcher title
This commit is contained in:
parent
997a4e844b
commit
a48d1727e3
|
@ -5,7 +5,7 @@
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/launcher"
|
android:icon="@mipmap/launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_launcher_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity android:name=".MainActivity">
|
<activity android:name=".MainActivity">
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Simple Thank You</string>
|
<string name="app_name">Simple Thank You</string>
|
||||||
|
<string name="app_launcher_name">Thank You</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue