From a93ac4f83ac57721e954105fd65f27cd6addbb8c Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 22 Feb 2016 16:06:15 -0800 Subject: Change position of "answer as video" to swipe right. In b/21124069, a change was made to make swipe-right default to answer as audio, and swipe down be answer as video for a video call. UX expressed that it makes more sense to use the previous swipe-right to answer as video and swipe down to answer as audio. Bug: 27097678 Change-Id: Id495d985dfb5c6dafdf45493ce37ad8b47dd5f7e --- InCallUI/res/values/array.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'InCallUI/res') diff --git a/InCallUI/res/values/array.xml b/InCallUI/res/values/array.xml index 8744d3e11..7877ec8f3 100644 --- a/InCallUI/res/values/array.xml +++ b/InCallUI/res/values/array.xml @@ -76,10 +76,10 @@ @drawable/ic_lockscreen_answer_video - @string/description_target_answer_audio_call + @string/description_target_answer_video_call @null @string/description_target_decline - @string/description_target_answer_video_call + @string/description_target_answer_audio_call @string/description_direction_right @@ -89,21 +89,21 @@ + - Answer as audio call (drag down) --> - @drawable/ic_lockscreen_answer + @drawable/ic_lockscreen_answer_video @drawable/ic_lockscreen_text @drawable/ic_lockscreen_decline - @drawable/ic_lockscreen_answer_video + @drawable/ic_lockscreen_answer - @string/description_target_answer_audio_call + @string/description_target_answer_video_call @string/description_target_send_sms @string/description_target_decline - @string/description_target_answer_video_call + @string/description_target_answer_audio_call @string/description_direction_right -- cgit v1.2.3