Creation of the "delete" item that we are going to add in the toolbar

This commit is contained in:
BGbaderguet 2020-11-14 16:05:34 +01:00
parent 39779040ad
commit fdd80aa3a5

View 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>