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>

View File

@ -164,4 +164,6 @@
<string name="notif_posted_comment">posted a comment</string>
<string name="notif_on_creator_page">on his / her page</string>
<string name="notif_on_user_page">on %1$s\'s page</string>
<string name="action_delete_notification">Delete</string>
<string name="err_delete_notification">An error occurred while trying to delete the notification!</string>
</resources>