Skip to content

Commit

Permalink
change display name
Browse files Browse the repository at this point in the history
  • Loading branch information
nibaji committed Mar 22, 2023
1 parent f9a3822 commit 3f336fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:label="@string/app_activity_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<resources>
<string name="app_name">Aathichoodi</string>
<string name="app_activity_name">ஆத்திச்சூடி</string>
</resources>

0 comments on commit 3f336fa

Please sign in to comment.