Skip to content

Commit

Permalink
menu for budget list screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Nov 9, 2024
1 parent b3e6cce commit 6ba85ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions myExpenses/src/main/res/menu/budgets.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@id/GROUPING_COMMAND"
android:icon="@drawable/ic_action_group"
android:title="@string/menu_grouping"
app:showAsAction="ifRoom">
<menu>
<group android:checkableBehavior="single">
<item
android:id="@id/GROUPING_BUDGETS_GROUPING_COMMAND"
android:title="@string/type"/>
<item
android:id="@id/GROUPING_BUDGETS_ACCOUNT_COMMAND"
android:title="@string/account"/>
</group>
</menu>
</item>
</menu>

0 comments on commit 6ba85ca

Please sign in to comment.