]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/xml/pref_interface.xml
hide accounts, shown when a global preference is checked
[mobile-ledger.git] / app / src / main / res / xml / pref_interface.xml
diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml
new file mode 100644 (file)
index 0000000..218ab0e
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <SwitchPreference
+        android:id="@+id/pref_show_hidden_accounts"
+        android:defaultValue="false"
+        android:key="show_hidden_accounts"
+        android:summaryOff="@string/pref_show_hidden_accounts_off_summary"
+        android:summaryOn="@string/pref_show_hidden_accounts_on_summary"
+        android:title="@string/menu_acc_summary_show_hidden_accounts_title" />
+</PreferenceScreen>
\ No newline at end of file