Merge pull request #220 from alexbakker/highlight-entry

Add the option to highlight entries when tapped
This commit is contained in:
Michael Schättgen 2019-10-14 20:55:53 +02:00 committed by GitHub
commit 63b0f6bb99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 123 additions and 24 deletions

View file

@ -163,6 +163,8 @@
<string name="preference_manage_groups_summary">Manage and delete your groups here</string>
<string name="pref_search_name_title">Search in account names</string>
<string name="pref_search_name_summary">Include account name matches in the search results</string>
<string name="pref_highlight_entry_title">Highlight tokens when tapped</string>
<string name="pref_highlight_entry_summary">Make tokens easier to distinguish from each other by temporarily highlighting them when tapped</string>
<string name="tap_to_reveal">Hidden</string>
<string name="selected">Selected</string>
<string name="dark_theme_title">Dark theme</string>