android: use app_name string for label

This commit is contained in:
Harsh Shandilya 2022-05-10 08:02:56 +05:30
parent 943ad85de2
commit 68c76628a3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -7,7 +7,7 @@
<application <application
android:name=".ClawApplication" android:name=".ClawApplication"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="Claw" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Claw.SplashScreen"> android:theme="@style/Theme.Claw.SplashScreen">