aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preference.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-13 11:34:57 +0530
committerGitHub <noreply@github.com>2019-11-13 11:34:57 +0530
commit1f158c5ca6f5b88df0ff0a6234299bf839581c04 (patch)
treeeaa76473c3c8fe046e441edcb5e8016ae82cf9e8 /app/src/main/res/xml/preference.xml
parent4c751a175f9a267e7bfb37b50ebb954fb9e552ee (diff)
Add option to show hidden folders (#571)
* Add option to show hidden folders Fixes #446 * Simplify filtering Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r--app/src/main/res/xml/preference.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 3f05af08..b03bfa5b 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -90,6 +90,12 @@
android:entryValues="@array/sort_order_values"
android:persistent="true" />
<androidx.preference.SwitchPreferenceCompat
+ android:title="@string/pref_show_hidden_title"
+ android:summary="@string/pref_show_hidden_summary"
+ android:key="show_hidden_folders"
+ android:defaultValue="false"
+ android:persistent="true" />
+ <androidx.preference.SwitchPreferenceCompat
android:key="biometric_auth"
android:title="@string/biometric_auth_title"
android:summary="@string/biometric_auth_summary" />