X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=00ed9c0dcb8c7747163cb2e614670d7053e8300c;hp=f416b53da6ce9ef667c4c219cb27d0753ffde7af;hb=1b884be8a22a3cd1460da24f7378e06cc6f1c51a;hpb=ac3b5b52cfdf268b05578acab1c098647543245b diff --git a/app/src/main/res/menu/account_summary.xml b/app/src/main/res/menu/account_summary.xml index f416b53d..00ed9c0d 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -3,9 +3,29 @@ xmlns:android="http://schemas.android.com/apk/res/android"> + android:id="@+id/menu_acc_summary_only_starred" + android:checkable="true" + android:checked="false" + android:title="@string/menu_acc_summary_show_only_starred_title" + app:actionLayout="@layout/switch_item" + android:onClick="onShowOnlyStarredClicked" + app:showAsAction="never" /> + + + \ No newline at end of file