1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2013 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 18 <resources> 19 20 <!-- In-call UI --> 21 <color name="incall_callTypeSip">#99CE3F</color> <!-- green --> 22 <color name="incall_call_banner_background">#A0000000</color> <!-- semitransparent black --> 23 <color name="incall_secondary_info_background">#8033b5e5</color> <!-- semitransparent blueish grey --> 24 <color name="incall_call_banner_text_color">#FFFFFF</color> <!-- white --> 25 26 <!-- DTMF Dialer --> 27 <color name="dtmf_dialer_display_text">#FFFFFF</color> <!-- white --> 28 29 <!-- Color of the theme of the People app --> 30 <color name="people_app_theme_color">#33B5E5</color> 31 32 <!-- Put on top of each photo, implying 80% darker than usual. --> 33 <color name="on_hold_dim_effect">#cc000000</color> 34 35 <!-- Used with some smaller texts in manage conference screen. --> 36 <color name="manage_conference_secondary_text_color">#888888</color> 37 38 <!-- Used when the End Call button is active --> 39 <drawable name="end_call_active_state">#f22121</drawable> 40 41 <!-- Used when the End Call button is pressed --> 42 <drawable name="end_call_pressed_state">#ff4e4e</drawable> 43 44 <!-- Used when the End Call button is disabled --> 45 <drawable name="end_call_disabled_state">#303030</drawable> 46 47 <!-- Dialpad background --> 48 <color name="dialpad_background">#000000</color> 49 50 <!-- Button background --> 51 <color name="button_background">#000000</color> 52 </resources> 53