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 +++++++++++++++ res/values/colors.xml | 2 +- res/values/dimens.xml | 2 +- 5 files changed, 24 insertions(+), 11 deletions(-) (limited to 'res') 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" /> + + + + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 352bce562..f83c3284c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -37,7 +37,7 @@ #33b5e5 - #4d000000 + #4d000000 #8e8e8e diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 9d987e851..bcde855b5 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -133,5 +133,5 @@ 16dp 4dp - 36dp + 36dp -- cgit v1.2.3