From 8992a26dd589310b2f45cbb01c158f324fd10289 Mon Sep 17 00:00:00 2001 From: Alan Newberger Date: Fri, 6 Feb 2015 18:02:10 -0800 Subject: 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 --- res/drawable/cover.xml | 2 +- res/drawable/photopage_bottom_button_background.xml | 5 ----- res/drawable/shutter_button_background_refocus.xml | 2 +- res/drawable/shutter_button_background_still.xml | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 res/drawable/photopage_bottom_button_background.xml (limited to 'res/drawable') diff --git a/res/drawable/cover.xml b/res/drawable/cover.xml index f340b2866..63d30920c 100644 --- a/res/drawable/cover.xml +++ b/res/drawable/cover.xml @@ -1,7 +1,7 @@ - + diff --git a/res/drawable/photopage_bottom_button_background.xml b/res/drawable/photopage_bottom_button_background.xml deleted file mode 100644 index 0c772ad21..000000000 --- a/res/drawable/photopage_bottom_button_background.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/res/drawable/shutter_button_background_refocus.xml b/res/drawable/shutter_button_background_refocus.xml index 8db6dadb9..e81e9db1b 100644 --- a/res/drawable/shutter_button_background_refocus.xml +++ b/res/drawable/shutter_button_background_refocus.xml @@ -1,4 +1,4 @@ - + diff --git a/res/drawable/shutter_button_background_still.xml b/res/drawable/shutter_button_background_still.xml index 8db6dadb9..e81e9db1b 100644 --- a/res/drawable/shutter_button_background_still.xml +++ b/res/drawable/shutter_button_background_still.xml @@ -1,4 +1,4 @@ - + -- cgit v1.2.3