mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
android: use app_name
string for label
This commit is contained in:
parent
943ad85de2
commit
68c76628a3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<application
|
||||
android:name=".ClawApplication"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="Claw"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Claw.SplashScreen">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue