adding a service with a notification

This commit is contained in:
tibbi
2020-03-30 11:25:40 +02:00
parent 4232321735
commit a7518e9ed2
6 changed files with 74 additions and 0 deletions

View File

@ -2,4 +2,5 @@
<string name="app_name">Jednoduchý nahrávač hlasu</string>
<string name="app_launcher_name">Nahrávač hlasu</string>
<string name="recording_saved_successfully">Nahrávka bola uložená ako \n\"%s\"</string>
<string name="recording">Nahráva sa</string>
</resources>

View File

@ -2,4 +2,5 @@
<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>
<string name="recording">Recording</string>
</resources>