Add setting to change from 3 digit group size to 2 digit group size

This commit is contained in:
Lukas Marchesi 2020-04-23 23:19:38 +02:00
parent 09065c705b
commit 00e2e90aa7
8 changed files with 45 additions and 5 deletions

View file

@ -21,6 +21,8 @@
<string name="pref_select_theme_title">Theme</string>
<string name="pref_view_mode_title">View mode</string>
<string name="pref_lang_title">Language</string>
<string name="pref_code_group_size_title">Code digit grouping</string>
<string name="pref_code_group_size_summary">Show code in 2-digit grouping instead of 3-digit grouping</string>
<string name="pref_account_name_title">Show the account name</string>
<string name="pref_account_name_summary">Enable this to show the account name next to the issuer</string>
<string name="pref_timeout_title">Timeout</string>