mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Can delete notifications.
This commit is contained in:
9
app/src/main/res/menu/menu_notification_actions.xml
Normal file
9
app/src/main/res/menu/menu_notification_actions.xml
Normal 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>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user