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 <!-- Color of the theme of the People app --> 27 <color name="people_app_theme_color">#33B5E5</color> 28 29 <!-- Put on top of each photo, implying 80% darker than usual. --> 30 <color name="on_hold_dim_effect">#cc000000</color> 31 32 <!-- Used with some smaller texts in manage conference screen. --> 33 <color name="manage_conference_secondary_text_color">#888888</color> 34 35 <!-- Used when the End Call button is active --> 36 <drawable name="end_call_active_state">#f22121</drawable> 37 38 <!-- Used when the End Call button is pressed --> 39 <drawable name="end_call_pressed_state">#ff4e4e</drawable> 40 41 <!-- Used when the End Call button is disabled --> 42 <drawable name="end_call_disabled_state">#303030</drawable> 43 44 <!-- Color of dialpad digits --> 45 <color name="dialpad_digits_text_color">#000000</color> 46 47 <!-- Background color of dialpad --> 48 <color name="background_dialpad">#ffffff</color> 49 50 <!-- Pressed color of dialpad buttons --> 51 <color name="background_dialpad_pressed">#ececec</color> 52 53 <!-- Button background --> 54 <color name="button_background">#000000</color> 55 56 <!-- Background color of action bars --> 57 <color name="actionbar_background_color">#3B77E7</color> 58 59 <!-- Secondary color of dialpad text (used for the letters corresponding to each digit --> 60 <color name="dialpad_secondary_text_color">#8b8b8b</color> 61 62 <!-- Translucent shadow color --> 63 <color name="translucent_shadow">#33999999</color> 64 </resources> 65