summaryrefslogtreecommitdiffstats
path: root/res/drawable-v21
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/drawable-v21
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/drawable-v21')
-rw-r--r--res/drawable-v21/shutter_button_background_camera.xml2
-rw-r--r--res/drawable-v21/shutter_button_background_panorama.xml2
-rw-r--r--res/drawable-v21/shutter_button_background_photosphere.xml2
-rw-r--r--res/drawable-v21/shutter_button_background_refocus.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/res/drawable-v21/shutter_button_background_camera.xml b/res/drawable-v21/shutter_button_background_camera.xml
index 34bc2c2bf..39e3c37c3 100644
--- a/res/drawable-v21/shutter_button_background_camera.xml
+++ b/res/drawable-v21/shutter_button_background_camera.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/camera_mode_color">
- <item android:drawable="@color/bottombar_unpressed" />
+ <item android:drawable="@color/camera_gray_background" />
</ripple> \ No newline at end of file
diff --git a/res/drawable-v21/shutter_button_background_panorama.xml b/res/drawable-v21/shutter_button_background_panorama.xml
index 17d228570..b67bce047 100644
--- a/res/drawable-v21/shutter_button_background_panorama.xml
+++ b/res/drawable-v21/shutter_button_background_panorama.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/panorama_mode_color">
- <item android:drawable="@color/bottombar_unpressed" />
+ <item android:drawable="@color/camera_gray_background" />
</ripple> \ No newline at end of file
diff --git a/res/drawable-v21/shutter_button_background_photosphere.xml b/res/drawable-v21/shutter_button_background_photosphere.xml
index fbe942ddb..c006fe48c 100644
--- a/res/drawable-v21/shutter_button_background_photosphere.xml
+++ b/res/drawable-v21/shutter_button_background_photosphere.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/photosphere_mode_color">
- <item android:drawable="@color/bottombar_unpressed" />
+ <item android:drawable="@color/camera_gray_background" />
</ripple> \ No newline at end of file
diff --git a/res/drawable-v21/shutter_button_background_refocus.xml b/res/drawable-v21/shutter_button_background_refocus.xml
index 158797c58..8259926cf 100644
--- a/res/drawable-v21/shutter_button_background_refocus.xml
+++ b/res/drawable-v21/shutter_button_background_refocus.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/refocus_mode_color">
- <item android:drawable="@color/bottombar_unpressed" />
+ <item android:drawable="@color/camera_gray_background" />
</ripple> \ No newline at end of file