summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: d595c60d2e1e6393bcea3c547444b66c9affe44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/apps/common/assets/res/any/colors.xml
**
** Copyright 2008, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources>
    <color name="recording_time_elapsed_text">#FFFFFFFF</color>
    <color name="recording_time_remaining_text">#FFFF0033</color>
    <color name="on_viewfinder_label_background_color">#77333333</color>
    <color name="review_control_pressed_color">#FF33B5E5</color>
    <color name="review_control_pressed_fan_color">#3F33B5E5</color>
    <color name="icon_disabled_color">#DD777777</color>
    <color name="time_lapse_arc">#FFC5C5C5</color>
    <color name="dark_gray">#151515</color>
    <color name="share_popup_background">#DA000000</color>
    <color name="share_popup_blackout">#ff222222</color>
    <color name="share_icon_background">#80000000</color>
    <color name="indicator_background">#40000000</color>
    <color name="popup_title_color">#ff33b5e5</color>
    <color name="popup_background">#ff282828</color>
    <color name="pano_custom_dialog_background">#FF666666</color>
    <color name="pano_progress_empty">#FF2E2E2E</color>
    <color name="pano_progress_done">#FF33525E</color>
    <color name="pano_progress_indication">#FF0099CC</color>
    <color name="pano_progress_indication_fast">#FFFF2222</color>
    <color name="mode_selection_border">#33B5E5</color>
</resources>