diff options
author | Owen Lin <owenlin@google.com> | 2010-04-23 10:14:15 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-04-23 12:38:30 +0800 |
commit | 3d45902f5d5a74162d0705eff76b1ee3bf039d17 (patch) | |
tree | 7062c387fec1104aebbcf7d903498963d6cf759d | |
parent | 18a0b5bb13b9dc9cdb01d03e901c0836742f7a3a (diff) | |
download | LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.zip LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.tar.gz LegacyCamera-3d45902f5d5a74162d0705eff76b1ee3bf039d17.tar.bz2 |
Remove unused state in some resources.
Change-Id: I7acfd20cb77ace0c953b0f349a64fc85cc334365
Bug: 2557840
13 files changed, 0 insertions, 30 deletions
diff --git a/res/drawable-hdpi/border_last_picture_highlight.9.png b/res/drawable-hdpi/border_last_picture_highlight.9.png Binary files differdeleted file mode 100644 index ae4a0e2..0000000 --- a/res/drawable-hdpi/border_last_picture_highlight.9.png +++ /dev/null diff --git a/res/drawable-hdpi/btn_mode_switch_knob_highlight.png b/res/drawable-hdpi/btn_mode_switch_knob_highlight.png Binary files differdeleted file mode 100644 index c44a12d..0000000 --- a/res/drawable-hdpi/btn_mode_switch_knob_highlight.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_btn_actionmenu_gallery_pressed.png b/res/drawable-hdpi/ic_btn_actionmenu_gallery_pressed.png Binary files differdeleted file mode 100644 index cd6ae69..0000000 --- a/res/drawable-hdpi/ic_btn_actionmenu_gallery_pressed.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_btn_actionmenu_gallery_selected.png b/res/drawable-hdpi/ic_btn_actionmenu_gallery_selected.png Binary files differdeleted file mode 100644 index 961bc7b..0000000 --- a/res/drawable-hdpi/ic_btn_actionmenu_gallery_selected.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_btn_actionmenu_gallery_default.png b/res/drawable-hdpi/ic_menu_gallery.png Binary files differindex 3743489..3743489 100644 --- a/res/drawable-hdpi/ic_btn_actionmenu_gallery_default.png +++ b/res/drawable-hdpi/ic_menu_gallery.png diff --git a/res/drawable-mdpi/border_last_picture_highlight.9.png b/res/drawable-mdpi/border_last_picture_highlight.9.png Binary files differdeleted file mode 100755 index a78cd12..0000000 --- a/res/drawable-mdpi/border_last_picture_highlight.9.png +++ /dev/null diff --git a/res/drawable-mdpi/btn_mode_switch_knob_highlight.png b/res/drawable-mdpi/btn_mode_switch_knob_highlight.png Binary files differdeleted file mode 100755 index 52dd9e5..0000000 --- a/res/drawable-mdpi/btn_mode_switch_knob_highlight.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_btn_actionmenu_gallery_pressed.png b/res/drawable-mdpi/ic_btn_actionmenu_gallery_pressed.png Binary files differdeleted file mode 100644 index 4c29587..0000000 --- a/res/drawable-mdpi/ic_btn_actionmenu_gallery_pressed.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_btn_actionmenu_gallery_selected.png b/res/drawable-mdpi/ic_btn_actionmenu_gallery_selected.png Binary files differdeleted file mode 100644 index 27349d4..0000000 --- a/res/drawable-mdpi/ic_btn_actionmenu_gallery_selected.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_btn_actionmenu_gallery_default.png b/res/drawable-mdpi/ic_menu_gallery.png Binary files differindex 4d3456c..4d3456c 100644 --- a/res/drawable-mdpi/ic_btn_actionmenu_gallery_default.png +++ b/res/drawable-mdpi/ic_menu_gallery.png 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> |