From 5619f2ed87cb207352c0ff5578348baeb69ee202 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Tue, 15 Jul 2014 12:40:28 -0700 Subject: Various call log / call details video call changes. Requires cl/501841. Call log: 1. Add video call affordance. 2. Add accessibility text for calls, video call afforance. 3. Fixed unit test Call details: 1. Showing video icon when a call had video. 2. Changing call headings to indicate they were video calls. Bug: 16013879 Bug: 16013344 Bug: 16013684 Change-Id: I53b5bf9b0b1a63f9d119318d59f690d310cca7c8 --- res/layout/call_log_list_item_actions.xml | 18 +++++++++++++++++- res/values/strings.xml | 23 ++++++++--------------- 2 files changed, 25 insertions(+), 16 deletions(-) (limited to 'res') diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 22fcca0c2..ac83f4ac8 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -41,6 +41,22 @@ android:textSize="@dimen/call_log_list_item_actions_text_size" android:textStyle="bold" android:nextFocusLeft="@+id/primary_action_view" + android:nextFocusRight="@+id/video_call_action" + android:focusable="true" + android:singleLine="true"/> + @@ -56,7 +72,7 @@ android:textColor="@color/call_log_action_text" android:textSize="@dimen/call_log_list_item_actions_text_size" android:textStyle="bold" - android:nextFocusLeft="@+id/call_back_action" + android:nextFocusLeft="@+id/video_call_action" android:nextFocusRight="@+id/details_action" android:focusable="true" android:singleLine="true"/> diff --git a/res/values/strings.xml b/res/values/strings.xml index e51aff714..8375df8a0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -425,6 +425,14 @@ --> %1$s calls. + + Video call. + Call to %1$s, %2$s, %3$s. - - Missed video call from %1$s, %2$s, %3$s. - - - Answered video call from %1$s, %2$s, %3$s. - - - Video call to %1$s, %2$s, %3$s. -