summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-04-01 17:47:19 +0800
committerOwen Lin <owenlin@google.com>2010-04-07 12:05:53 +0800
commit82544b4564c079ece1a9065d19add36b2635bb8f (patch)
tree948e3e1b71f6ecf08a1c3d4e1da5e86b307551ad /res/drawable
parentcba44d7c2bb86e5cbca3b0721d32547e8e70b94c (diff)
downloadLegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.zip
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.gz
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.bz2
Remove unused resources and code.
Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_menu_delete.xml24
-rw-r--r--res/drawable/ic_menu_set_as.xml24
-rw-r--r--res/drawable/ic_menu_share.xml24
3 files changed, 0 insertions, 72 deletions
diff --git a/res/drawable/ic_menu_delete.xml b/res/drawable/ic_menu_delete.xml
deleted file mode 100644
index efea2df..0000000
--- a/res/drawable/ic_menu_delete.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_delete_pressed" />
- <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_delete_selected" />
- <item android:drawable="@drawable/ic_btn_actionmenu_delete_default" />
-</selector>
diff --git a/res/drawable/ic_menu_set_as.xml b/res/drawable/ic_menu_set_as.xml
deleted file mode 100644
index 119e712..0000000
--- a/res/drawable/ic_menu_set_as.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_set_as_pressed" />
- <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_set_as_selected" />
- <item android:drawable="@drawable/ic_btn_actionmenu_set_as_default" />
-</selector>
diff --git a/res/drawable/ic_menu_share.xml b/res/drawable/ic_menu_share.xml
deleted file mode 100644
index cf376ac..0000000
--- a/res/drawable/ic_menu_share.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_share_pressed" />
- <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_share_selected" />
- <item android:drawable="@drawable/ic_btn_actionmenu_share_default" />
-</selector>