X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=0a4b43617d2e56f37f6ca36800f9eb833e33c627;hb=f6c803b3c43e2601b3c5ed7f6b6a0e630a71cf6b;hp=f416b53da6ce9ef667c4c219cb27d0753ffde7af;hpb=ac3b5b52cfdf268b05578acab1c098647543245b;p=mobile-ledger.git diff --git a/app/src/main/res/menu/account_summary.xml b/app/src/main/res/menu/account_summary.xml index f416b53d..0a4b4361 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -3,9 +3,23 @@ xmlns:android="http://schemas.android.com/apk/res/android"> + 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" /> + + \ No newline at end of file