Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2007 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources>
     18 
     19     <!-- In-call UI -->
     20     <color name="incall_callTypeSip">#99CE3F</color> <!-- green -->
     21     <color name="incall_call_banner_background">#A0000000</color> <!-- semitransparent black -->
     22     <color name="incall_secondary_info_background">#8033b5e5</color> <!-- semitransparent blueish grey -->
     23     <color name="incall_call_banner_text_color">#FFFFFF</color> <!-- white -->
     24 
     25     <!-- DTMF Dialer -->
     26     <color name="dtmf_dialer_display_text">#FFFFFF</color> <!-- white -->
     27 
     28     <!-- Color of the theme of the People app -->
     29     <color name="people_app_theme_color">#33B5E5</color>
     30 
     31     <!-- Put on top of each photo, implying 80% darker than usual. -->
     32     <color name="on_hold_dim_effect">#cc000000</color>
     33 
     34     <!-- Used with some smaller texts in manage conference screen. -->
     35     <color name="manage_conference_secondary_text_color">#888888</color>
     36 </resources>
     37