summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-05-13 14:29:02 -0700
committerTyler Gunn <tgunn@google.com>2015-12-06 22:04:22 -0800
commitcb7cae60b850cad577e03e4688f05e9819c3202e (patch)
tree5ef2981f2bb7dcff8878eaed12af823473329252 /InCallUI
parentba92a5e05f6aa1388351b353d2ff113e2bb71da1 (diff)
Move "answer as video" to swipe down on glowpad.
- Swapped position of answer as video to bottom of glowpad. - Note: The position was correct for the target set where respond via sms is not enabled, but the descriptions were not correct. Bug: 21124069 Change-Id: Ifa88b1a05e1803faa6c334454971f7ecdb3c8894
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/values/array.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/InCallUI/res/values/array.xml b/InCallUI/res/values/array.xml
index 7877ec8f3..8744d3e11 100644
--- a/InCallUI/res/values/array.xml
+++ b/InCallUI/res/values/array.xml
@@ -76,10 +76,10 @@
<item>@drawable/ic_lockscreen_answer_video</item>
</array>
<array name="incoming_call_widget_video_without_sms_target_descriptions">
- <item>@string/description_target_answer_video_call</item>
+ <item>@string/description_target_answer_audio_call</item>
<item>@null</item>
<item>@string/description_target_decline</item>
- <item>@string/description_target_answer_audio_call</item>
+ <item>@string/description_target_answer_video_call</item>
</array>
<array name="incoming_call_widget_video_without_sms_direction_descriptions">
<item>@string/description_direction_right</item>
@@ -89,21 +89,21 @@
</array>
<!-- For video calls, if respond via SMS is enabled:
- - Answer as video call (drag right)
+ - Answer as audio call (drag right)
- Respond via SMS (drag up)
- Decline (drag left)
- - Answer as audio call (drag down) -->
+ - Answer as video call (drag down) -->
<array name="incoming_call_widget_video_with_sms_targets">
- <item>@drawable/ic_lockscreen_answer_video</item>
+ <item>@drawable/ic_lockscreen_answer</item>
<item>@drawable/ic_lockscreen_text</item>
<item>@drawable/ic_lockscreen_decline</item>
- <item>@drawable/ic_lockscreen_answer</item>
+ <item>@drawable/ic_lockscreen_answer_video</item>
</array>
<array name="incoming_call_widget_video_with_sms_target_descriptions">
- <item>@string/description_target_answer_video_call</item>
+ <item>@string/description_target_answer_audio_call</item>
<item>@string/description_target_send_sms</item>
<item>@string/description_target_decline</item>
- <item>@string/description_target_answer_audio_call</item>
+ <item>@string/description_target_answer_video_call</item>
</array>
<array name="incoming_call_widget_video_with_sms_direction_descriptions">
<item>@string/description_direction_right</item>