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">更新中…</string>
<string name="phone_storage">手機空間</string>
<string name="phone_storage_hidden">手機空間 (其他程式不可見)</string>
<string name="no_groups">沒有群組</string>
<string name="create_new_group">Create a new group</string>
<string name="new_contact">新聯絡人</string>
<string name="edit_contact">編輯聯絡人</string>
@@ -17,6 +15,11 @@
<string name="middle_name">中間名</string>
<string name="surname">姓氏</string>
<!-- Groups -->
<string name="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">拍照</string>
<string name="choose_photo">選擇相片</string>