OSDN Git Service

Snap for 4807121 from 742282346a265eebdc0258254050ae42baa24fb2 to pi-release
[android-x86/packages-apps-Gallery2.git] / res / values / colors.xml
1 <?xml version="1.0" encoding="utf-8"?>
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 <resources>
17     <color name="default_background">#000</color>
18     <color name="ic_launcher_gallery_background">#4285f4</color>
19
20     <!-- configuration for album set page -->
21     <color name="albumset_background">#1A1A1A</color>
22     <color name="albumset_placeholder">#333</color>
23     <color name="albumset_label_background">#EE414143</color>
24     <color name="albumset_label_title">#FBFBFB</color>
25     <color name="albumset_label_count">#A9ABAD</color>
26
27     <!-- configuration for album page -->
28     <color name="album_background">#1A1A1A</color>
29     <color name="album_placeholder">#333</color>
30
31     <!-- configuration for photo page -->
32     <color name="photo_background">#1A1A1A</color>
33     <color name="photo_placeholder">#333</color>
34
35     <!-- configuration for manage cache page -->
36     <color name="cache_background">#1A1A1A</color>
37     <color name="cache_placeholder">#333</color>
38
39     <color name="bitmap_screennail_placeholder">#333</color>
40
41     <color name="slideshow_background">#1A1A1A</color>
42
43     <color name="button_dark_transparent_background">#6000</color>
44
45     <color name="ingest_highlight_semitransparent">#8833b5e5</color>
46     <color name="ingest_date_tile_text">#33b5e5</color>
47
48     <!-- Camera resources below -->
49
50     <color name="recording_time_elapsed_text">#FFFFFFFF</color>
51     <color name="recording_time_remaining_text">#FFFF0033</color>
52     <color name="on_viewfinder_label_background_color">#77333333</color>
53     <color name="review_control_pressed_color">#FF33B5E5</color>
54     <color name="review_control_pressed_fan_color">#3F33B5E5</color>
55     <color name="review_background">#FF000000</color>
56     <color name="icon_disabled_color">#DD777777</color>
57     <color name="time_lapse_arc">#FFC5C5C5</color>
58     <color name="indicator_background">#40000000</color>
59     <color name="popup_title_color">#ff33b5e5</color>
60     <color name="popup_background">#ff282828</color>
61     <color name="pano_progress_empty">#FF2E2E2E</color>
62     <color name="pano_progress_done">#FF33525E</color>
63     <color name="pano_progress_indication">#FF0099CC</color>
64     <color name="pano_progress_indication_fast">#FFFF2222</color>
65     <color name="mode_selection_border">#33B5E5</color>
66     <color name="holo_blue_light">#ff33b5e5</color>
67     <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
68     <color name="bright_foreground_holo_dark">#fff3f3f3</color>
69     <color name="face_detect_start">#80ffffff</color>
70     <color name="face_detect_success">#8050d060</color>
71     <color name="face_detect_fail">#80d05060</color>
72     <color name="gray">#FFAAAAAA</color>
73
74 </resources>