diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index ec740836..cd072353 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -54,6 +54,11 @@ android:key="show_password" /> <CheckBoxPreference android:defaultValue="true" + android:title="@string/show_extra_content_pref_title" + android:summary="@string/show_extra_content_pref_summary" + android:key="show_extra_content" /> + <CheckBoxPreference + android:defaultValue="true" android:dialogTitle="@string/pref_copy_dialog_title" android:key="copy_on_decrypt" android:summary="@string/pref_copy_dialog_title" |