summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-02-23 17:19:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 17:19:20 +0000
commit7e39f225a2ff4878a76a7b5c30a2f23b617cb4a9 (patch)
tree5df744d62664f0338d7f7fe7c879bba87876435b /InCallUI/res
parent44bab468f24541a0cae827e7ed0c63f67e31a5fb (diff)
parenta93ac4f83ac57721e954105fd65f27cd6addbb8c (diff)
Change position of "answer as video" to swipe right.
am: a93ac4f83a * commit 'a93ac4f83ac57721e954105fd65f27cd6addbb8c': Change position of "answer as video" to swipe right.
Diffstat (limited to 'InCallUI/res')
-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 8744d3e11..7877ec8f3 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_audio_call</item>
+ <item>@string/description_target_answer_video_call</item>
<item>@null</item>
<item>@string/description_target_decline</item>
- <item>@string/description_target_answer_video_call</item>
+ <item>@string/description_target_answer_audio_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 audio call (drag right)
+ - Answer as video call (drag right)
- Respond via SMS (drag up)
- Decline (drag left)
- - Answer as video call (drag down) -->
+ - Answer as audio call (drag down) -->
<array name="incoming_call_widget_video_with_sms_targets">
- <item>@drawable/ic_lockscreen_answer</item>
+ <item>@drawable/ic_lockscreen_answer_video</item>
<item>@drawable/ic_lockscreen_text</item>
<item>@drawable/ic_lockscreen_decline</item>
- <item>@drawable/ic_lockscreen_answer_video</item>
+ <item>@drawable/ic_lockscreen_answer</item>
</array>
<array name="incoming_call_widget_video_with_sms_target_descriptions">
- <item>@string/description_target_answer_audio_call</item>
+ <item>@string/description_target_answer_video_call</item>
<item>@string/description_target_send_sms</item>
<item>@string/description_target_decline</item>
- <item>@string/description_target_answer_video_call</item>
+ <item>@string/description_target_answer_audio_call</item>
</array>
<array name="incoming_call_widget_video_with_sms_direction_descriptions">
<item>@string/description_direction_right</item>