X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=17f8525846a6414d6380ccce92bd81cc4c709c19;hp=9c527466dbc3d5ba629eb7d8da848fe62e2d0423;hb=7f557f4dc1d24ff77f148bf64f12ccd27a57a1ae;hpb=840a4c9631b560d200eac182d22f2e253cdd6147 diff --git a/app/src/main/res/menu/account_summary.xml b/app/src/main/res/menu/account_summary.xml index 9c527466..17f85258 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -10,5 +10,10 @@ app:showAsAction="ifRoom" /> + 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