From b0b57a10fbb9bec5c80d7adad8f65750a2f96e1b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Jun 2015 16:22:59 -0700 Subject: Convert to primary action button on call log items. + This is the call button on the standard call log list item, but will be play on voicemail call log list items. + Add call "list" action for voicemail call log list items. Change-Id: I4b115b96738b77c8a19c1071d5290e65f93395ac --- res/layout/call_detail.xml | 6 +++--- res/layout/call_log_list_item.xml | 10 ++++------ res/layout/call_log_list_item_actions.xml | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 9 deletions(-) (limited to 'res/layout') diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index abc0fbb70..fde1de5c1 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -85,13 +85,13 @@ diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 7fce595a8..ec512b67f 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -137,16 +137,14 @@ diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index d4c970655..4d3fb75e4 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -28,6 +28,21 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> + + + + + + + + -- cgit v1.2.3