X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=d2bd884a8bfe87b788fb8e5b4b549d379a53c47e;hp=9c527466dbc3d5ba629eb7d8da848fe62e2d0423;hb=0bbdc409d82da31324c031f36607510f17d992e6;hpb=840a4c9631b560d200eac182d22f2e253cdd6147 diff --git a/app/src/main/res/menu/account_summary.xml b/app/src/main/res/menu/account_summary.xml index 9c527466..d2bd884a 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -1,14 +1,51 @@ + + + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + tools:context="net.ktnx.mobileledger.ui.activity.MainActivity"> - + android:id="@+id/menu_acc_summary_only_starred" + android:checkable="true" + android:checked="false" + android:onClick="onOptionsMenuClicked" + android:title="@string/menu_acc_summary_show_only_starred_title" + app:actionLayout="@layout/switch_item" + app:showAsAction="never" /> + + + \ No newline at end of file