Can delete notifications.

This commit is contained in:
Pierre
2018-04-11 16:29:18 +02:00
parent 711afa46e2
commit 39135ef637
4 changed files with 105 additions and 1 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Delete the notification -->
<item
android:id="@+id/action_delete"
android:title="@string/action_delete_notification" />
</menu>