Home | History | Annotate | Download | only in values
      1 <!--
      2   ~ Copyright (C) 2012 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     <!-- Colors for the dialpad -->
     19     <color name="dialer_theme_color">#0288d1</color>
     20     <color name="dialer_theme_color_dark">#0277bd</color>
     21     <color name="background_dialpad">#fcfcfc</color>
     22     <color name="background_dialpad_pressed">#ececec</color>
     23     <color name="dialpad_primary_text_color">@color/dialer_theme_color</color>
     24     <color name="dialpad_secondary_text_color">#737373</color>
     25     <color name="dialpad_digits_text_color">#333</color>
     26     <color name="dialpad_separator_line_color">#dadada</color>
     27     <color name="dialpad_icon_tint">#b3b3b3</color>
     28     <color name="dialpad_voicemail_tint">#919191</color>
     29 </resources>
     30