]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/account_summary.xml
hide accounts, shown when a global preference is checked
[mobile-ledger.git] / app / src / main / res / menu / account_summary.xml
index f416b53da6ce9ef667c4c219cb27d0753ffde7af..17f8525846a6414d6380ccce92bd81cc4c709c19 100644 (file)
@@ -8,4 +8,12 @@
         android:title="@string/menu_acc_summary_refresh_title"
         android:onClick="onRefreshAccountSummaryClicked"
         app:showAsAction="ifRoom" />
+    <item
+        android:id="@+id/menu_acc_summary_show_hidden"
+        android:checkable="true"
+        android:checked="false"
+        android:title="@string/menu_acc_summary_show_hidden_accounts_title"
+        app:actionLayout="@layout/switch_item"
+        android:onClick="onShowHiddenAccountsClicked"
+        app:showAsAction="never" />
 </menu>
\ No newline at end of file