blob: 2f6475fa47e6bd2bae242b6827047f33d49e02e5 [file] [log] [blame]
Justin Klaassen4b3af052014-05-27 17:53:10 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Justin Klaassened2e6872015-06-08 16:53:06 -07003 Copyright (C) 2015 The Android Open Source Project
Justin Klaassen4b3af052014-05-27 17:53:10 -07004
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
Annie Chin96be2462016-12-19 14:31:16 -080020 <!-- Default accent color. -->
Justin Klaassenf214c7d2015-12-18 17:51:02 -080021 <color name="calculator_accent_color">#0097A7</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070022
Annie Chin96be2462016-12-19 14:31:16 -080023 <!-- Primary color (Color for the toolbars). -->
24 <color name="calculator_primary_color">#00BCD4</color>
25
26 <!-- Status bar color. -->
27 <color name="calculator_statusbar_color">#0096A9</color>
28
Justin Klaassen4b3af052014-05-27 17:53:10 -070029 <!-- Color to indicate an error has occured. -->
Justin Klaassenf214c7d2015-12-18 17:51:02 -080030 <color name="calculator_error_color">#C2185B</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070031
32 <!-- Background color of the calculator display. -->
33 <color name="display_background_color">#FFF</color>
34
35 <!-- Text color for the formula in the calculator display. -->
Annie Chin38394232016-12-02 16:31:48 -080036 <color name="display_formula_text_color">#000000</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070037
38 <!-- Text color for the result in the calculator display. -->
Justin Klaassenab6fb4a2014-09-17 11:26:06 -070039 <color name="display_result_text_color">#6C000000</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070040
Hans Boehm1176f232015-05-11 16:26:03 -070041 <!-- Lighter color for exponent while scrolling. -->
42 <color name="display_result_exponent_text_color">#40000000</color>
43
Justin Klaassen4b3af052014-05-27 17:53:10 -070044 <!-- Background color for the numeric pad. -->
45 <color name="pad_numeric_background_color">#434343</color>
46
47 <!-- Background color for the operator pad. -->
48 <color name="pad_operator_background_color">#636363</color>
49
50 <!-- Background color for the advanced pad. -->
51 <color name="pad_advanced_background_color">#1DE9B6</color>
52
53 <!-- Text color for a button in a pad. -->
54 <color name="pad_button_text_color">#FFF</color>
55
56 <!-- Text color for a button in the advanced pad. -->
Justin Klaassened2e6872015-06-08 16:53:06 -070057 <color name="pad_button_advanced_text_color">#99000000</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070058
Justin Klaassen544ff9c2014-06-10 14:36:52 -070059 <!-- Ripple color when a button is pressed in a pad. -->
Justin Klaassen75649ef2014-08-07 16:54:57 -070060 <color name="pad_button_ripple_color">#33FFFFFF</color>
Justin Klaassen4b3af052014-05-27 17:53:10 -070061
Justin Klaassen75649ef2014-08-07 16:54:57 -070062 <!-- Ripple color when a button is pressed in a pad. -->
Justin Klaassenab6fb4a2014-09-17 11:26:06 -070063 <color name="pad_button_advanced_ripple_color">#1A000000</color>
Justin Klaassen75649ef2014-08-07 16:54:57 -070064
Annie Chinab657d42016-11-03 16:43:59 -070065 <!-- Background color for empty history view. -->
66 <color name="empty_history_color">#EEEEEE</color>
67
Justin Klaassen75649ef2014-08-07 16:54:57 -070068</resources>