X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Faccount_summary.xml;h=28e912909dc83d7c8d02a46126a93348df575d37;hb=b04c98250e8e2abcf1d652e2a20cff0f9b98784b;hp=f416b53da6ce9ef667c4c219cb27d0753ffde7af;hpb=ac3b5b52cfdf268b05578acab1c098647543245b;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 f416b53d..28e91290 100644 --- a/app/src/main/res/menu/account_summary.xml +++ b/app/src/main/res/menu/account_summary.xml @@ -1,11 +1,47 @@ + + + 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:title="@string/menu_acc_summary_show_only_starred_title" + app:actionLayout="@layout/switch_item" + app:showAsAction="never" /> + + + \ No newline at end of file