Creation of the "delete" item that we are going to add in the toolbar
This commit is contained in:
parent
39779040ad
commit
fdd80aa3a5
9
app/src/main/res/menu/menu_items.xml
Normal file
9
app/src/main/res/menu/menu_items.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/item_delete"
|
||||
android:title="@string/deleteItem"
|
||||
app:showAsAction="never"/>
|
||||
</menu>
|
||||
Loading…
Reference in New Issue
Block a user