Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <string name="app_name">Audio Record and Play</string>
- <string name="menu_settings">Settings</string>
- <string name="title_activity_sound_recording_example2">Audio Record and Play</string>
- <string name="app_info"> Sample Application to Record and Playback Audio.
- \n\nTo Start Recording - Press \"Record\" Button.
- Press \"Stop\" button, to stop Recording.
- \n\nTo Play Recording - Press \"Play\" Button
- </string>
- <string name="start_recording">Record</string>
- <string name="stop_recording">Stop</string>
- <string name="start_playing">Play</string>
- <string name="action_settings"> Settings</string>
- </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement