summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-01-29 14:03:06 -0800
committerMichael Kolb <kolby@google.com>2013-01-29 15:01:34 -0800
commit3148b18958ea240e9ac7aac90f16ba1d3df0519f (patch)
tree0079a774b411f896be3efc6d9bd17c600a687386 /res/values/colors.xml
parent5973d002f7fe9b79060c27980ecb77693f6994e2 (diff)
downloadandroid_packages_apps_Snap-3148b18958ea240e9ac7aac90f16ba1d3df0519f.tar.gz
android_packages_apps_Snap-3148b18958ea240e9ac7aac90f16ba1d3df0519f.tar.bz2
android_packages_apps_Snap-3148b18958ea240e9ac7aac90f16ba1d3df0519f.zip
Copy camera resources into Gallery2
Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2dedd515e..c1bb52b30 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -43,4 +43,30 @@
<color name="ingest_highlight_semitransparent">#8833b5e5</color>
<color name="ingest_date_tile_text">#33b5e5</color>
+
+ <!-- Camera resources below -->
+
+ <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="review_background">#FF000000</color>
+ <color name="icon_disabled_color">#DD777777</color>
+ <color name="time_lapse_arc">#FFC5C5C5</color>
+ <color name="indicator_background">#40000000</color>
+ <color name="popup_title_color">#ff33b5e5</color>
+ <color name="popup_background">#ff282828</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>
+ <color name="holo_blue_light">#ff33b5e5</color>
+ <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
+ <color name="bright_foreground_holo_dark">#fff3f3f3</color>
+ <color name="face_detect_start">#80ffffff</color>
+ <color name="face_detect_success">#8050d060</color>
+ <color name="face_detect_fail">#80d05060</color>
+
</resources>