Popup menu on favourite tabs
This commit is contained in:
9
app/src/main/res/menu/popup_category_empty.xml
Normal file
9
app/src/main/res/menu/popup_category_empty.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_create"
|
||||
android:title="@string/create_category" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user