Now is possible to mark as unread the conversation from outside the conversation itself, selecting also more than one chat
This commit is contained in:
parent
72833f6f16
commit
5bde636dfb
2 changed files with 22 additions and 0 deletions
|
|
@ -29,4 +29,8 @@
|
|||
android:id="@+id/cab_select_all"
|
||||
android:title="@string/select_all"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/cab_mark_as_unread"
|
||||
android:title="@string/mark_as_unread"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue