implement the "Create new contact" button on the insert_or_Edit screen

This commit is contained in:
tibbi
2018-09-26 12:13:05 +02:00
parent e429b140e4
commit 5d8d0dd7b0
22 changed files with 85 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<dimen name="contact_actions_size">45dp</dimen>
<dimen name="contact_icons_size">40dp</dimen>
<dimen name="contact_item_height">52dp</dimen>
<dimen name="create_new_contact_height">68dp</dimen>
<dimen name="dialpad_button_size">60dp</dimen>
<dimen name="dialpad_text_size">44sp</dimen>
<dimen name="dialpad_input_text_size">40sp</dimen>

View File

@ -15,6 +15,8 @@
<string name="send_email_to_group">Send email to group</string>
<string name="call_person">Call %s</string>
<string name="request_the_required_permissions">Request the required permissions</string>
<string name="create_new_contact">Create new contact</string>
<string name="add_to_existing_contact">Add to an existing contact</string>
<string name="new_contact">New contact</string>
<string name="edit_contact">Edit contact</string>