From 5b71fe514e7650b392a01cc2c4398a68062b32cb Mon Sep 17 00:00:00 2001 From: Fil Date: Sat, 11 Mar 2017 20:52:13 +0100 Subject: Fix broken compilation from last commit --- app/res/values/strings_activity_settings.xml | 57 ++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 app/res/values/strings_activity_settings.xml (limited to 'app/res/values/strings_activity_settings.xml') diff --git a/app/res/values/strings_activity_settings.xml b/app/res/values/strings_activity_settings.xml new file mode 100644 index 0000000..d7bab93 --- /dev/null +++ b/app/res/values/strings_activity_settings.xml @@ -0,0 +1,57 @@ + + + Settings + + + + + + General + Enable social recommendations + Recommendations for people to contact based on your message history + Display name + John Smith + Add friends to messages + + + Always + When possible + Never + + + 1 + 0 + -1 + + + + Data & sync + Sync frequency + + + 15 minutes + 30 minutes + 1 hour + 3 hours + 6 hours + Never + + + 15 + 30 + 60 + 180 + 360 + -1 + + + System sync settings + + + Notifications + New message notifications + Ringtone + Silent + Vibrate + + \ No newline at end of file -- cgit v1.1