Skip to content

Commit

Permalink
changed app label
Browse files Browse the repository at this point in the history
  • Loading branch information
4shutosh committed Apr 26, 2021
1 parent 3188da3 commit 3d27c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/voiceRecorder"
android:name=".utils.AppClass"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<string name="isRecording">Your voice is recording :</string>
<string name="goToList">Please go the list screen to play your recording</string>
<string name="done">Done</string>
<string name="voiceRecorder">Voice Recorder</string>
</resources>

0 comments on commit 3d27c27

Please sign in to comment.