From 0e0d6d56bff6182c1adb11ab8be663d09773cba4 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Sun, 30 Jul 2017 21:44:58 +0200 Subject: [PATCH] Move the non-translatable settings values to a new file --- app/src/main/res/values/settings.xml | 14 ++++++++++++++ app/src/main/res/values/strings_settings.xml | 15 --------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/values/settings.xml b/app/src/main/res/values/settings.xml index 847424ba..5cde0994 100644 --- a/app/src/main/res/values/settings.xml +++ b/app/src/main/res/values/settings.xml @@ -1,5 +1,19 @@ + + pref_tap_to_reveal + pref_auth_device + pref_backup_password + + pref_label_size + + pref_openpgp_provider + pref_openpgp_keyid + pref_openpgp_sign + pref_openpgp_verify + + pref_security_backup_warning_shown + 8 diff --git a/app/src/main/res/values/strings_settings.xml b/app/src/main/res/values/strings_settings.xml index 8a622f52..92bfb67c 100644 --- a/app/src/main/res/values/strings_settings.xml +++ b/app/src/main/res/values/strings_settings.xml @@ -37,19 +37,4 @@ your key (requires password) Encrypted backups are only imported if they are signed with a valid key - - - pref_tap_to_reveal - pref_auth_device - pref_backup_password - - pref_label_size - - pref_openpgp_provider - pref_openpgp_keyid - pref_openpgp_sign - pref_openpgp_verify - - pref_security_backup_warning_shown - \ No newline at end of file