Home | History | Annotate | Download | only in values
      1 <!--
      2   ~ Copyright (C) 2014 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     <color name="theme_color">#2a56c6</color>
     19 
     20     <color name="dialer_settings_actionbar_text_color">#ffffff</color>
     21     <color name="dialer_settings_actionbar_background_color">@color/theme_color</color>
     22     <color name="dialer_settings_color_dark">#1c3aa9</color>
     23 
     24     <color name="blocked_numbers_divider_color">#e5e5e5</color>
     25     <color name="blocked_numbers_butter_bar_color">#f5f5f5</color>
     26     <color name="blocked_numbers_title_text_color">#ba000000</color>
     27     <color name="blocked_numbers_secondary_text_color">#89000000</color>
     28 
     29     <color name="notification_action_answer">#097138</color>
     30     <color name="notification_action_decline">#A52714</color>
     31 </resources>
     32