diff options
author | Owen Lin <owenlin@google.com> | 2009-10-29 21:44:18 -0700 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2009-10-29 21:55:21 -0700 |
commit | 9c57ded79ff3d986acfed935865a2fc2a7f0d14e (patch) | |
tree | 659edd9a5cf8952949a0bdfc58766fa34700f88a /res/drawable | |
parent | 79bc8acc67097c09907a71c4a5a72ab85eb58087 (diff) | |
download | LegacyCamera-9c57ded79ff3d986acfed935865a2fc2a7f0d14e.zip LegacyCamera-9c57ded79ff3d986acfed935865a2fc2a7f0d14e.tar.gz LegacyCamera-9c57ded79ff3d986acfed935865a2fc2a7f0d14e.tar.bz2 |
remove unused resource files and elements
Change-Id: Ia4e7b9724501c0a1c5c16008390e0116bb409c14
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/frame_gallery_preview.xml | 31 | ||||
-rw-r--r-- | res/drawable/grid_background.xml | 24 | ||||
-rw-r--r-- | res/drawable/ic_menu_attach.xml | 23 | ||||
-rw-r--r-- | res/drawable/ic_menu_camera_play.xml | 24 | ||||
-rw-r--r-- | res/drawable/ic_menu_cancel.xml | 23 |
5 files changed, 0 insertions, 125 deletions
diff --git a/res/drawable/frame_gallery_preview.xml b/res/drawable/frame_gallery_preview.xml deleted file mode 100644 index 546655e..0000000 --- a/res/drawable/frame_gallery_preview.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 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_window_focused="false" - android:drawable="@drawable/frame_gallery_preview_album" /> - - <item android:state_selected="true" android:state_pressed="true" - android:drawable="@drawable/frame_gallery_preview_album_pressed" /> - - <item android:state_selected="false" android:state_pressed="true" - android:drawable="@drawable/frame_gallery_preview_album_pressed" /> - - <item android:state_selected="true" - android:drawable="@drawable/frame_gallery_preview_album_selected" /> - -</selector> diff --git a/res/drawable/grid_background.xml b/res/drawable/grid_background.xml deleted file mode 100644 index fad1d2a..0000000 --- a/res/drawable/grid_background.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/image_border_bg_pressed_blue" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/image_border_bg_focus_blue" /> - <item android:drawable="@drawable/image_border_bg_normal" /> -</selector> diff --git a/res/drawable/ic_menu_attach.xml b/res/drawable/ic_menu_attach.xml deleted file mode 100644 index 3526c78..0000000 --- a/res/drawable/ic_menu_attach.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** 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_attach_pressed" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_attach_selected" /> - <item android:drawable="@drawable/ic_btn_actionmenu_attach_default" /> -</selector> diff --git a/res/drawable/ic_menu_camera_play.xml b/res/drawable/ic_menu_camera_play.xml deleted file mode 100644 index 3a70e69..0000000 --- a/res/drawable/ic_menu_camera_play.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_play_pressed" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_play_selected" /> - <item android:drawable="@drawable/ic_btn_actionmenu_play_default" /> -</selector> diff --git a/res/drawable/ic_menu_cancel.xml b/res/drawable/ic_menu_cancel.xml deleted file mode 100644 index 8e65188..0000000 --- a/res/drawable/ic_menu_cancel.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** 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_cancel_pressed" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_actionmenu_cancel_selected" /> - <item android:drawable="@drawable/ic_btn_actionmenu_cancel_default" /> -</selector> |