Use a RecyclerView for the Contact List

This commit is contained in:
Torsten Grote
2015-12-22 18:22:51 -02:00
parent d46ad6cc14
commit 4bcd204687
24 changed files with 505 additions and 230 deletions

View File

@@ -126,4 +126,6 @@
<!-- Dialogs -->
<string name="dialog_title_lost_password">Lost password</string>
<string name="dialog_message_lost_password">Password recovery is not possible. Do you wish to delete your user, all contacts, and re-register ?</string>
<string name="dialog_title_delete_contact">Confirm Contact Deletion</string>
<string name="dialog_message_delete_contact">Are you sure that you want to remove this contact and all messages exchanged with this contact?</string>
</resources>