Move create category button in bs to toolbar

This commit is contained in:
Koitharu
2022-07-22 19:04:43 +03:00
parent 1840d7b50e
commit 4175c84363
4 changed files with 38 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
<?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/action_create"
android:icon="@drawable/ic_list_create"
android:title="@string/create_category"
app:showAsAction="always" />
</menu>