add a menu button for deleting the whole opened conversation
This commit is contained in:
parent
013fa62606
commit
a569ae2b05
3 changed files with 16 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/delete"
|
||||
android:icon="@drawable/ic_delete_vector"
|
||||
android:title="@string/delete"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/manage_people"
|
||||
android:icon="@drawable/add_person_vector"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
<string name="new_message">New message</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
|
||||
<string name="delete_conversations_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 conversations? -->
|
||||
|
||||
<!-- Are you sure you want to delete 5 conversations? -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue