summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-02-06 18:02:10 -0800
committerAlan Newberger <alann@google.com>2015-02-06 18:02:10 -0800
commit8992a26dd589310b2f45cbb01c158f324fd10289 (patch)
tree924390fd9a8f240fcbdd46942717f39c58b9d83c /res/values/colors.xml
parentc3adc0558139f6b7424f8be1116c246455bdf6ab (diff)
downloadandroid_packages_apps_Camera2-8992a26dd589310b2f45cbb01c158f324fd10289.tar.gz
android_packages_apps_Camera2-8992a26dd589310b2f45cbb01c158f324fd10289.tar.bz2
android_packages_apps_Camera2-8992a26dd589310b2f45cbb01c158f324fd10289.zip
gray cleanup to 1b1b1b
During Material update, filmstrip background was intentionally made 1b1b1b. Capture button and mode covers were slightly off from a previous gray design. Unifying all to one color constant. There are other, unused background specified from older times, removing them as part of cleanup. Confirmed with UX that all these colors should be 1b1b1b. Change-Id: I3da07e9828546d2c9d30a8ac756a0bbb89d6376c
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml35
1 files changed, 1 insertions, 34 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4bc2aeb90..b9735d960 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -14,38 +14,7 @@
limitations under the License.
-->
<resources>
- <color name="default_background">#000</color>
-
- <!-- configuration for album set page -->
- <color name="albumset_background">#1A1A1A</color>
- <color name="albumset_placeholder">#333</color>
- <color name="albumset_label_background">#EE414143</color>
- <color name="albumset_label_title">#FBFBFB</color>
- <color name="albumset_label_count">#A9ABAD</color>
-
- <!-- configuration for album page -->
- <color name="album_background">#1A1A1A</color>
- <color name="album_placeholder">#333</color>
-
- <!-- configuration for photo page -->
- <color name="photo_background">#1A1A1A</color>
<color name="photo_placeholder">#333</color>
-
- <!-- configuration for manage cache page -->
- <color name="cache_background">#1A1A1A</color>
- <color name="cache_placeholder">#333</color>
-
- <color name="bitmap_screennail_placeholder">#333</color>
-
- <color name="slideshow_background">#1A1A1A</color>
-
- <color name="button_dark_transparent_background">#6000</color>
-
- <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>
@@ -88,14 +57,12 @@
<color name="refocus_mode_color">#0f9d58</color>
<color name="photosphere_mode_color">#ab47bc</color>
<color name="panorama_mode_color">#ff9e00</color>
- <color name="mode_cover_default_color">#191919</color>
<color name="main_color_global">#00acc1</color>
- <color name="bottombar_unpressed">#191919</color>
<color name="bottombar_pressed">#262626</color>
<color name="mode_options_background">#4C000000</color>
- <color name="filmstrip_background">#1b1b1b</color>
+ <color name="camera_gray_background">#1b1b1b</color>
<color name="indicators_background_color">#4c000000</color>