show a success toast message once the recording is saved

This commit is contained in:
tibbi
2020-03-29 23:20:04 +02:00
parent 16a2e7b7eb
commit a6630ea833
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<resources>
<string name="app_name">Simple Voice Recorder</string>
<string name="app_launcher_name">Voice Recorder</string>
<string name="recording_saved_successfully">Recording saved successfully as\n\"%s\"</string>
</resources>