From 5a9cd71b8ea670cd7c9aebd3dba27ea8cbe769df Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 7 May 2015 17:01:41 -0700 Subject: Add call log list item actions for adding contacts. + Add two actions: create new contact and add to existing contact. + Pass in ContactInfo to the CallLogListItem's ViewHolder. Bug: 20433758 Change-Id: Ic1387b33ebe027fa6ddbdb971996fc7d4c4ac88b --- res/layout/call_log_list_item_actions.xml | 36 ++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 43da5d21b..5740aaa38 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -51,9 +51,39 @@ + android:text="@string/call_log_action_voicemail" /> + + + + + + + + + + + + + + + + -- cgit v1.2.3