diff options
author | Marco Nelissen <marcone@google.com> | 2009-06-22 14:00:12 -0700 |
---|---|---|
committer | Marco Nelissen <marcone@google.com> | 2009-06-22 15:53:04 -0700 |
commit | 24f0daf9be0a6142a9418e04242c160073d7df7c (patch) | |
tree | 8ac58f9fbbfae3f73210f136758924ba287c7a2b /res | |
parent | 61b98317dfb7b8bad4e826e1db560128e1c37374 (diff) | |
download | LegacyCamera-24f0daf9be0a6142a9418e04242c160073d7df7c.zip LegacyCamera-24f0daf9be0a6142a9418e04242c160073d7df7c.tar.gz LegacyCamera-24f0daf9be0a6142a9418e04242c160073d7df7c.tar.bz2 |
Don't merge to master.
Remove a bunch of unused resources from the camera app.
Diffstat (limited to 'res')
19 files changed, 0 insertions, 63 deletions
diff --git a/res/anim/auto_focus_blink.xml b/res/anim/auto_focus_blink.xml deleted file mode 100644 index dff217d..0000000 --- a/res/anim/auto_focus_blink.xml +++ /dev/null @@ -1,19 +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. ---> - -<alpha xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/accelerate_interpolator" - android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="200" /> diff --git a/res/drawable/btn_bar_camera.9.png b/res/drawable/btn_bar_camera.9.png Binary files differdeleted file mode 100644 index 3c5d7b0..0000000 --- a/res/drawable/btn_bar_camera.9.png +++ /dev/null diff --git a/res/drawable/btn_ic_review_retake_video.png b/res/drawable/btn_ic_review_retake_video.png Binary files differdeleted file mode 100755 index b93138b..0000000 --- a/res/drawable/btn_ic_review_retake_video.png +++ /dev/null diff --git a/res/drawable/btn_ic_review_upload.png b/res/drawable/btn_ic_review_upload.png Binary files differdeleted file mode 100755 index f44e83d..0000000 --- a/res/drawable/btn_ic_review_upload.png +++ /dev/null diff --git a/res/drawable/frame_autofocus_rectangle.png b/res/drawable/frame_autofocus_rectangle.png Binary files differdeleted file mode 100644 index 0100e91..0000000 --- a/res/drawable/frame_autofocus_rectangle.png +++ /dev/null diff --git a/res/drawable/frame_focused_rectangle.png b/res/drawable/frame_focused_rectangle.png Binary files differdeleted file mode 100644 index 9c48878..0000000 --- a/res/drawable/frame_focused_rectangle.png +++ /dev/null diff --git a/res/drawable/frame_nofocus_rectangle.png b/res/drawable/frame_nofocus_rectangle.png Binary files differdeleted file mode 100644 index af411f7..0000000 --- a/res/drawable/frame_nofocus_rectangle.png +++ /dev/null diff --git a/res/drawable/frame_thumbnail.xml b/res/drawable/frame_thumbnail.xml deleted file mode 100644 index 0cbbacc..0000000 --- a/res/drawable/frame_thumbnail.xml +++ /dev/null @@ -1,21 +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_pressed="true" android:drawable="@drawable/frame_thumbnail_pressed" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/frame_thumbnail_selected" /> - <item android:drawable="@drawable/frame_thumbnail_default" /> -</selector> diff --git a/res/drawable/frame_thumbnail_default.png b/res/drawable/frame_thumbnail_default.png Binary files differdeleted file mode 100644 index a531790..0000000 --- a/res/drawable/frame_thumbnail_default.png +++ /dev/null diff --git a/res/drawable/frame_thumbnail_pressed.png b/res/drawable/frame_thumbnail_pressed.png Binary files differdeleted file mode 100644 index 3be8138..0000000 --- a/res/drawable/frame_thumbnail_pressed.png +++ /dev/null diff --git a/res/drawable/frame_thumbnail_selected.png b/res/drawable/frame_thumbnail_selected.png Binary files differdeleted file mode 100644 index 5884f9c..0000000 --- a/res/drawable/frame_thumbnail_selected.png +++ /dev/null diff --git a/res/drawable/ic_btn_camera_background.xml b/res/drawable/ic_btn_camera_background.xml deleted file mode 100644 index 2e28a80..0000000 --- a/res/drawable/ic_btn_camera_background.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_camera_pressed_background" /> - <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/ic_btn_camera_selected_background" /> - <item android:drawable="@drawable/ic_btn_camera_default_background" /> -</selector> diff --git a/res/drawable/ic_btn_camera_default_background.png b/res/drawable/ic_btn_camera_default_background.png Binary files differdeleted file mode 100644 index d58e2d2..0000000 --- a/res/drawable/ic_btn_camera_default_background.png +++ /dev/null diff --git a/res/drawable/ic_btn_camera_pressed_background.png b/res/drawable/ic_btn_camera_pressed_background.png Binary files differdeleted file mode 100644 index e0f7e12..0000000 --- a/res/drawable/ic_btn_camera_pressed_background.png +++ /dev/null diff --git a/res/drawable/ic_btn_camera_selected_background.png b/res/drawable/ic_btn_camera_selected_background.png Binary files differdeleted file mode 100644 index 3d7549b..0000000 --- a/res/drawable/ic_btn_camera_selected_background.png +++ /dev/null diff --git a/res/drawable/ic_camera_bar_indicator_record.png b/res/drawable/ic_camera_bar_indicator_record.png Binary files differdeleted file mode 100644 index 60f7a01..0000000 --- a/res/drawable/ic_camera_bar_indicator_record.png +++ /dev/null diff --git a/res/drawable/ic_camera_indicator_auto_focus_green.png b/res/drawable/ic_camera_indicator_auto_focus_green.png Binary files differdeleted file mode 100644 index 7bc09db..0000000 --- a/res/drawable/ic_camera_indicator_auto_focus_green.png +++ /dev/null diff --git a/res/drawable/ic_camera_indicator_stop.png b/res/drawable/ic_camera_indicator_stop.png Binary files differdeleted file mode 100644 index c0ff91b..0000000 --- a/res/drawable/ic_camera_indicator_stop.png +++ /dev/null diff --git a/res/drawable/ic_gps_active_camera.png b/res/drawable/ic_gps_active_camera.png Binary files differdeleted file mode 100644 index 9814772..0000000 --- a/res/drawable/ic_gps_active_camera.png +++ /dev/null |