X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=65abb6dd6fc4c357af7ef99a357983f4a471523c;hb=a7e49219325d5b22c4186c1615c6a95ce66a6b02;hp=9c527466dbc3d5ba629eb7d8da848fe62e2d0423;hpb=840a4c9631b560d200eac182d22f2e253cdd6147;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 9c527466..65abb6dd 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -3,12 +3,23 @@ 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