From 041cf00510a75042223d1857660fc7f1dff958ef Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 10 May 2020 19:21:39 +0530 Subject: Treewide codestyle cleanup (#765) - Updated gitignore and checked in the IDE's codestyle config - Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year - Reformat the entire codebase based on the previously committed code style configuration. 1: https://github.com/pinterest/ktlint/issues/527 --- app/src/main/res/xml/preference.xml | 58 ++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'app/src/main/res/xml/preference.xml') diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index dcb33e3e..e59e1c8c 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -5,7 +5,7 @@ + app:title="@string/pref_autofill_enable_title" /> + app:title="@string/pref_autofill_apps_title" /> + app:title="@string/pref_autofill_default_title" /> + app:title="@string/pref_autofill_always_title" /> + app:title="@string/pref_autofill_full_path_title" /> @@ -80,41 +80,41 @@ + app:key="pref_key_pwgen_type" + app:persistent="true" + app:title="@string/xkpwgen_pref_gentype_title" + app:useSimpleSummaryProvider="true" /> + app:title="@string/xkpwgen_pref_custom_dict_title" /> + app:title="@string/xkpwgen_pref_custom_dict_picker_title" /> + app:summary="%s" + app:title="@string/pref_sort_order_title" /> + app:key="show_hidden_folders" + app:persistent="true" + app:summary="@string/pref_show_hidden_summary" + app:title="@string/pref_show_hidden_title" /> + app:summary="@string/biometric_auth_summary" + app:title="@string/biometric_auth_title" /> + app:title="@string/show_password_pref_title" /> + app:title="@string/show_extra_content_pref_title" /> + app:summary="@string/prefs_export_passwords_summary" + app:title="@string/prefs_export_passwords_title" />