blob: d9a211da497a178b43971227ac79acf98e28b2a8 [file] [log] [blame]
<?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/menu_new_category"
android:icon="@drawable/ic_add_white_24dp"
android:title="@string/add_new_category"
app:showAsAction="ifRoom" />
</menu>