Added preference to show / hide issuers

This commit is contained in:
Michael Schättgen 2016-11-01 23:43:46 +01:00
parent 54e5fba7c0
commit 03713c303c
4 changed files with 26 additions and 2 deletions

View file

@ -4,4 +4,7 @@
<string name="title_activity_intro">IntroActivity</string>
<string name="settings">Preferences</string>
<string name="pref_night_mode">Night mode</string>
<string name="pref_night_mode_description">Enable this to use darker colors</string>
<string name="pref_issuers">Show the issuer</string>
<string name="pref_issuers_description">Enable this to show the issuer next to the profile name</string>
</resources>