Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | ~ Copyright (c) 2015, 2016 The Linux Foundation. All rights reserved. |
| 5 | ~ |
| 6 | ~ Redistribution and use in source and binary forms, with or without |
| 7 | ~ modification, are permitted provided that the following conditions are |
| 8 | ~ met: |
| 9 | ~ * Redistributions of source code must retain the above copyright |
| 10 | ~ notice, this list of conditions and the following disclaimer. |
| 11 | ~ * Redistributions in binary form must reproduce the above |
| 12 | ~ copyright notice, this list of conditions and the following |
| 13 | ~ disclaimer in the documentation and/or other materials provided |
| 14 | ~ with the distribution. |
| 15 | ~ * Neither the name of The Linux Foundation nor the names of its |
| 16 | ~ contributors may be used to endorse or promote products derived |
| 17 | ~ from this software without specific prior written permission. |
| 18 | ~ |
| 19 | ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 20 | ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 21 | ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 22 | ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 23 | ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 24 | ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 25 | ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 26 | ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 27 | ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 28 | ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 29 | ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | --> |
| 31 | |
| 32 | <!-- Array resources for the Phone app. --> |
| 33 | <resources> |
| 34 | <!-- "Target" resources for the GlowPadView widget used for incoming calls; |
| 35 | see InCallTouchUi.showIncomingCallWidget() and incall_touch_ui.xml. --> |
| 36 | |
| 37 | <!-- For video calls, if respond via SMS is disabled: |
| 38 | - Answer as video call (drag right) |
| 39 | - Decline (drag left) |
| 40 | - Answer as audio call (drag down) --> |
| 41 | <array name="qti_incoming_call_widget_video_without_sms_targets"> |
| 42 | <item>@drawable/ic_lockscreen_answer_video</item> |
| 43 | <item>@null</item> |
| 44 | <item>@drawable/ic_lockscreen_decline</item> |
| 45 | <item>@drawable/ic_lockscreen_answer</item> |
| 46 | <item>@drawable/qti_ic_lockscreen_answer_tx_video</item> |
| 47 | <item>@drawable/qti_ic_lockscreen_answer_rx_video</item> |
| 48 | </array> |
| 49 | <array name="qti_incoming_call_widget_video_without_sms_target_descriptions"> |
| 50 | <item>@string/description_target_answer_video_call</item> |
| 51 | <item>@null</item> |
| 52 | <item>@string/description_target_decline</item> |
| 53 | <item>@string/description_target_answer_audio_call</item> |
| 54 | </array> |
| 55 | <array name="qti_incoming_call_widget_video_without_sms_direction_descriptions"> |
| 56 | <item>@string/description_direction_right</item> |
| 57 | <item>@null</item> |
| 58 | <item>@string/description_direction_left</item> |
| 59 | <item>@string/description_direction_down</item> |
| 60 | </array> |
| 61 | |
| 62 | <!-- For video calls, if respond via SMS is enabled: |
| 63 | - Answer as video call (drag right) |
| 64 | - Respond via SMS (drag up) |
| 65 | - Decline (drag left) |
| 66 | - Answer as audio call (drag down) --> |
| 67 | <array name="qti_incoming_call_widget_video_with_sms_targets"> |
| 68 | <item>@drawable/ic_lockscreen_answer_video</item> |
| 69 | <item>@drawable/ic_lockscreen_text</item> |
| 70 | <item>@drawable/ic_lockscreen_decline</item> |
| 71 | <item>@drawable/ic_lockscreen_answer</item> |
| 72 | <item>@drawable/qti_ic_lockscreen_answer_tx_video</item> |
| 73 | <item>@drawable/qti_ic_lockscreen_answer_rx_video</item> |
| 74 | </array> |
| 75 | <array name="qti_incoming_call_widget_video_with_sms_target_descriptions"> |
| 76 | <item>@string/description_target_answer_video_call</item> |
| 77 | <item>@string/description_target_send_sms</item> |
| 78 | <item>@string/description_target_decline</item> |
| 79 | <item>@string/description_target_answer_audio_call</item> |
| 80 | </array> |
| 81 | <array name="qti_incoming_call_widget_video_with_sms_direction_descriptions"> |
| 82 | <item>@string/description_direction_right</item> |
| 83 | <item>@string/description_direction_up</item> |
| 84 | <item>@string/description_direction_left</item> |
| 85 | <item>@string/description_direction_down</item> |
| 86 | </array> |
| 87 | |
| 88 | <!-- For accept/reject upgrade to video in active video call |
| 89 | - Accept upgrade to video request (drag right) |
| 90 | - Decline upgrade to video request (drag left)--> |
| 91 | <array name="qti_incoming_call_widget_video_request_targets"> |
| 92 | <item>@drawable/ic_lockscreen_answer_video</item> |
| 93 | <item>@drawable/ic_lockscreen_decline_video</item> |
| 94 | <item>@drawable/ic_lockscreen_answer</item> |
| 95 | <item>@drawable/qti_ic_lockscreen_answer_tx_video</item> |
| 96 | <item>@drawable/qti_ic_lockscreen_answer_rx_video</item> |
| 97 | </array> |
| 98 | |
| 99 | <array name="qti_incoming_call_widget_video_request_target_descriptions"> |
| 100 | <item>@string/description_target_accept_upgrade_to_video_request</item> |
| 101 | <item>@null</item> |
| 102 | <item>@string/description_target_decline_upgrade_to_video_request</item> |
| 103 | <item>@null</item>" |
| 104 | </array> |
| 105 | <array name="qti_incoming_call_widget_video_request_target_direction_descriptions"> |
| 106 | <item>@string/description_direction_right</item> |
| 107 | <item>@null</item> |
| 108 | <item>@string/description_direction_left</item> |
| 109 | <item>@null</item> |
| 110 | </array> |
| 111 | |
| 112 | <!-- For accept/reject upgrade to video in active video call |
| 113 | - Accept upgrade to video request (drag right) |
| 114 | - Decline upgrade to video request (drag left)--> |
| 115 | <array name="qti_incoming_call_widget_bidirectional_video_accept_reject_request_targets"> |
| 116 | <item>@drawable/ic_lockscreen_answer_video</item> |
| 117 | <item>@drawable/ic_lockscreen_decline</item> |
| 118 | </array> |
| 119 | |
| 120 | <!-- For accept/reject upgrade to video transmit in active video call |
| 121 | - Accept upgrade to video request (drag right) |
| 122 | - Decline upgrade to video request (drag left)--> |
| 123 | <array name="qti_incoming_call_widget_video_transmit_accept_reject_request_targets"> |
| 124 | <item>@drawable/qti_ic_lockscreen_answer_tx_video</item> |
| 125 | <item>@drawable/ic_lockscreen_decline</item> |
| 126 | </array> |
| 127 | <array name="qti_incoming_call_widget_video_transmit_request_target_descriptions"> |
| 128 | <item>@string/description_target_accept_upgrade_to_video_transmit_request</item> |
| 129 | <item>@string/description_target_decline_upgrade_to_video_transmit_request</item> |
| 130 | </array> |
| 131 | |
| 132 | <!-- For accept/reject upgrade to video receive in active video call |
| 133 | - Accept upgrade to video request (drag right) |
| 134 | - Decline upgrade to video request (drag left)--> |
| 135 | <array name="qti_incoming_call_widget_video_receive_accept_reject_request_targets"> |
| 136 | <item>@drawable/qti_ic_lockscreen_answer_rx_video</item> |
| 137 | <item>@drawable/ic_lockscreen_decline</item> |
| 138 | </array> |
| 139 | <array name="qti_incoming_call_widget_video_receive_request_target_descriptions"> |
| 140 | <item>@string/description_target_accept_upgrade_to_video_receive_request</item> |
| 141 | <item>@string/description_target_decline_upgrade_to_video_receive_request</item> |
| 142 | </array> |
| 143 | |
Suresh Kumar Sugguna | ce28b80 | 2016-05-04 19:00:12 +0530 | [diff] [blame^] | 144 | <!-- For audio calls, if respond via SMS is disabled & call deflection is enabled: |
| 145 | - Answer (drag right) |
| 146 | - Decline (drag left) |
| 147 | - Deflect (drag down) --> |
| 148 | <array name="qti_incoming_call_widget_audio_without_sms_targets"> |
| 149 | <item>@drawable/ic_lockscreen_answer</item> |
| 150 | <item>@null</item> |
| 151 | <item>@drawable/ic_lockscreen_decline</item> |
| 152 | <item>@drawable/qti_ic_lockscreen_deflect</item> |
| 153 | </array> |
| 154 | <array name="qti_incoming_call_widget_audio_without_sms_target_descriptions"> |
| 155 | <item>@string/description_target_answer</item> |
| 156 | <item>@null</item> |
| 157 | <item>@string/description_target_decline</item> |
| 158 | <item>@string/qti_description_target_deflect</item> |
| 159 | </array> |
| 160 | <array name="qti_incoming_call_widget_audio_without_sms_direction_descriptions"> |
| 161 | <item>@string/description_direction_right</item> |
| 162 | <item>@null</item> |
| 163 | <item>@string/description_direction_left</item> |
| 164 | <item>@string/description_direction_down</item> |
| 165 | </array> |
| 166 | |
| 167 | <!-- For audio calls, if respond via SMS is enabled & call deflection is enabled: |
| 168 | - Answer (drag right) |
| 169 | - Respond via SMS (drag up) |
| 170 | - Decline (drag left) |
| 171 | - Deflect (drag down) --> |
| 172 | <array name="qti_incoming_call_widget_audio_with_sms_targets"> |
| 173 | <item>@drawable/ic_lockscreen_answer</item> |
| 174 | <item>@drawable/ic_lockscreen_text</item> |
| 175 | <item>@drawable/ic_lockscreen_decline</item> |
| 176 | <item>@drawable/qti_ic_lockscreen_deflect</item> |
| 177 | </array> |
| 178 | <array name="qti_incoming_call_widget_audio_with_sms_target_descriptions"> |
| 179 | <item>@string/description_target_answer</item> |
| 180 | <item>@string/description_target_send_sms</item> |
| 181 | <item>@string/description_target_decline</item> |
| 182 | <item>@string/qti_description_target_deflect</item> |
| 183 | </array> |
| 184 | <array name="qti_incoming_call_widget_audio_with_sms_direction_descriptions"> |
| 185 | <item>@string/description_direction_right</item> |
| 186 | <item>@string/description_direction_up</item> |
| 187 | <item>@string/description_direction_left</item> |
| 188 | <item>@string/description_direction_down</item> |
| 189 | </array> |
| 190 | |
Garik Badalyan | 6d4d9dd | 2016-04-13 15:09:11 -0700 | [diff] [blame] | 191 | </resources> |