]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/menu/account_summary_account_menu.xml
convert the show hidden accounts item to a switch
[mobile-ledger.git] / app / src / main / res / menu / account_summary_account_menu.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <menu xmlns:android="http://schemas.android.com/apk/res/android">
3
4     <item
5         android:id="@+id/menu_hide_acc"
6         android:onClick="hideAccountClicked"
7         android:title="@string/menu_hide_acc_title"
8         android:titleCondensed="@string/menu_hide_acc_condensed_title" />
9 </menu>