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
|
|
@ -31,6 +31,11 @@
|
|||
android:icon="@drawable/ic_info_vector"
|
||||
android:title="@string/properties"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/cab_restore"
|
||||
android:showAsAction="never"
|
||||
android:title="Restore this message"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/cab_forward_message"
|
||||
android:showAsAction="never"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue