summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-02-28 12:22:16 -0800
committerSascha Haeberling <haeberling@google.com>2014-02-28 12:22:16 -0800
commitaf074336a654bc9eb52243662a711513afc4c098 (patch)
tree075609001173db4ed74080646d19b1061fde18fc /res/drawable
parent4037d675f7b13d56c10ed16afa604e03d71bd492 (diff)
downloadandroid_packages_apps_Camera2-af074336a654bc9eb52243662a711513afc4c098.tar.gz
android_packages_apps_Camera2-af074336a654bc9eb52243662a711513afc4c098.tar.bz2
android_packages_apps_Camera2-af074336a654bc9eb52243662a711513afc4c098.zip
Remove unused refocus drawable.
Change-Id: I38922d8d8f3f98694d273b7902085ae6b828f359
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_refocus.xml39
-rw-r--r--res/drawable/ic_refocus_off.xml39
2 files changed, 0 insertions, 78 deletions
diff --git a/res/drawable/ic_refocus.xml b/res/drawable/ic_refocus.xml
deleted file mode 100644
index df927d877..000000000
--- a/res/drawable/ic_refocus.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android"
- android:constantSize="true">
- <item android:state_enabled="false">
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_disabled" />
- </item>
- <item android:state_pressed="true">
- <layer-list>
- <item android:drawable="@drawable/button_background_pressed_dark" />
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_normal" />
- </item>
- </layer-list>
- </item>
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_normal" />
- </item>
-</selector>
diff --git a/res/drawable/ic_refocus_off.xml b/res/drawable/ic_refocus_off.xml
deleted file mode 100644
index 560a04e0d..000000000
--- a/res/drawable/ic_refocus_off.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android"
- android:constantSize="true">
- <item android:state_enabled="false">
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_off_disabled" />
- </item>
- <item android:state_pressed="true">
- <layer-list>
- <item android:drawable="@drawable/button_background_pressed_dark" />
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_off_normal" />
- </item>
- </layer-list>
- </item>
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_refocus_off_normal" />
- </item>
-</selector>