summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-04-23 10:14:15 +0800
committerOwen Lin <owenlin@google.com>2010-04-23 12:38:30 +0800
commit3d45902f5d5a74162d0705eff76b1ee3bf039d17 (patch)
tree7062c387fec1104aebbcf7d903498963d6cf759d /res/drawable
parent18a0b5bb13b9dc9cdb01d03e901c0836742f7a3a (diff)
downloadpackages_apps_LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.zip
packages_apps_LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.tar.gz
packages_apps_LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.tar.bz2
Remove unused state in some resources.
Change-Id: I7acfd20cb77ace0c953b0f349a64fc85cc334365 Bug: 2557840
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/border_last_picture.xml3
-rw-r--r--res/drawable/btn_mode_switch_knob.xml3
-rw-r--r--res/drawable/ic_menu_gallery.xml24
3 files changed, 0 insertions, 30 deletions
diff --git a/res/drawable/border_last_picture.xml b/res/drawable/border_last_picture.xml
index 6cddf88..1463ccc 100644
--- a/res/drawable/border_last_picture.xml
+++ b/res/drawable/border_last_picture.xml
@@ -16,9 +16,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/border_last_picture_pressed" />
- <item android:state_window_focused="true"
- android:state_focused="true"
- android:drawable="@drawable/border_last_picture_highlight" />
<item android:drawable="@drawable/border_last_picture_normal" />
</selector>
diff --git a/res/drawable/btn_mode_switch_knob.xml b/res/drawable/btn_mode_switch_knob.xml
index 17792e6..e513bb3 100644
--- a/res/drawable/btn_mode_switch_knob.xml
+++ b/res/drawable/btn_mode_switch_knob.xml
@@ -16,9 +16,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/btn_mode_switch_knob_pressed" />
- <item android:state_window_focused="true"
- android:state_focused="true"
- android:drawable="@drawable/btn_mode_switch_knob_highlight" />
<item android:drawable="@drawable/btn_mode_switch_knob_normal" />
</selector>
diff --git a/res/drawable/ic_menu_gallery.xml b/res/drawable/ic_menu_gallery.xml
deleted file mode 100644
index 4b0319a..0000000
--- a/res/drawable/ic_menu_gallery.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/* grid_background.xml
-**
-** Copyright 2006, 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">
- <item android:state_pressed="true" android:drawable="@drawable/ic_btn_actionmenu_gallery_pressed" />
- <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_gallery_selected" />
- <item android:drawable="@drawable/ic_btn_actionmenu_gallery_default" />
-</selector>