make ContactsAdapter more dynamic, use it at Group Contacts

This commit is contained in:
tibbi
2018-03-19 23:40:33 +01:00
parent f4767421a8
commit 3c413347d6
14 changed files with 87 additions and 42 deletions

View File

@ -6,8 +6,6 @@
<string name="updating">Updating…</string>
<string name="phone_storage">Phone storage</string>
<string name="phone_storage_hidden">Phone storage (not visible by other apps)</string>
<string name="no_groups">No groups</string>
<string name="create_new_group">Create a new group</string>
<string name="new_contact">New contact</string>
<string name="edit_contact">Edit contact</string>
@ -17,6 +15,11 @@
<string name="middle_name">Middle name</string>
<string name="surname">Surname</string>
<!-- Groups -->
<string name="no_groups">No groups</string>
<string name="create_new_group">Create a new group</string>
<string name="remove_from_group">Remove from group</string>
<!-- Photo -->
<string name="take_photo">Take photo</string>
<string name="choose_photo">Choose photo</string>