Add separate screen for recycle bin messages
This commit is contained in:
parent
31be5d3d95
commit
3f06b521bf
11 changed files with 239 additions and 27 deletions
|
|
@ -47,6 +47,11 @@
|
|||
android:showAsAction="never"
|
||||
android:title="@string/block_number"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/restore"
|
||||
android:showAsAction="never"
|
||||
android:title="Restore all messages from this conversation"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/mark_as_unread"
|
||||
android:showAsAction="never"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue