diff options
author | Marvin Borner | 2018-08-29 21:18:05 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-29 21:18:05 +0200 |
commit | 35f01b107d206f237763b10ebd6d5c25c71d5610 (patch) | |
tree | 86564a6ca64a5da447faa7f23ba37a8add521a1e /app/src/main/res/values | |
parent | 7e03dd99cb3f84f3d176ba44fcce84e551dc3c03 (diff) |
Added settings activity for general and account settings
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4840b69..d79ff49 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -16,4 +16,31 @@ completions." </string> <string name="loading">Loading...</string> + <string name="title_activity_app_settings">App Settings</string> + + <!-- Strings related to Settings --> + + <!-- Example General settings --> + <string name="pref_header_general">General</string> + <string name="pref_header_account">Account</string> + + <string name="pref_title_dark_theme">Enable Dark theme</string> + <string name="pref_description_dark_theme_on">Theme for nights or dark-theme lovers</string> + <string name="pref_description_dark_theme_off">Theme for days or light-theme lovers</string> + + <string name="pref_title_username">Username</string> + <string name="pref_default_username">John Doe</string> + + <!--<string name="pref_title_add_friends_to_messages">Add friends to messages</string> + <string-array name="pref_example_list_titles"> + <item>Always</item> + <item>When possible</item> + <item>Never</item> + </string-array> + <string-array name="pref_example_list_values"> + <item>1</item> + <item>0</item> + <item>-1</item> + </string-array>--> + </resources> |