Add recycle bin list similar to main conversations list
This commit is contained in:
parent
d560720ac3
commit
b0141fe93d
9 changed files with 295 additions and 1 deletions
|
|
@ -13,6 +13,11 @@
|
|||
android:showAsAction="never"
|
||||
android:title="@string/export_messages"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/show_recycle_bin"
|
||||
android:showAsAction="never"
|
||||
android:title="Show recycle bin"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
android:icon="@drawable/ic_settings_cog_vector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue