summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2009-06-22 14:00:12 -0700
committerMarco Nelissen <marcone@google.com>2009-06-22 15:53:04 -0700
commit24f0daf9be0a6142a9418e04242c160073d7df7c (patch)
tree8ac58f9fbbfae3f73210f136758924ba287c7a2b /res
parent61b98317dfb7b8bad4e826e1db560128e1c37374 (diff)
downloadLegacyCamera-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')
-rw-r--r--res/anim/auto_focus_blink.xml19
-rw-r--r--res/drawable/btn_bar_camera.9.pngbin130 -> 0 bytes
-rwxr-xr-xres/drawable/btn_ic_review_retake_video.pngbin570 -> 0 bytes
-rwxr-xr-xres/drawable/btn_ic_review_upload.pngbin735 -> 0 bytes
-rw-r--r--res/drawable/frame_autofocus_rectangle.pngbin1519 -> 0 bytes
-rw-r--r--res/drawable/frame_focused_rectangle.pngbin1498 -> 0 bytes
-rw-r--r--res/drawable/frame_nofocus_rectangle.pngbin1357 -> 0 bytes
-rw-r--r--res/drawable/frame_thumbnail.xml21
-rw-r--r--res/drawable/frame_thumbnail_default.pngbin624 -> 0 bytes
-rw-r--r--res/drawable/frame_thumbnail_pressed.pngbin630 -> 0 bytes
-rw-r--r--res/drawable/frame_thumbnail_selected.pngbin633 -> 0 bytes
-rw-r--r--res/drawable/ic_btn_camera_background.xml23
-rw-r--r--res/drawable/ic_btn_camera_default_background.pngbin5532 -> 0 bytes
-rw-r--r--res/drawable/ic_btn_camera_pressed_background.pngbin6037 -> 0 bytes
-rw-r--r--res/drawable/ic_btn_camera_selected_background.pngbin6071 -> 0 bytes
-rw-r--r--res/drawable/ic_camera_bar_indicator_record.pngbin798 -> 0 bytes
-rw-r--r--res/drawable/ic_camera_indicator_auto_focus_green.pngbin624 -> 0 bytes
-rw-r--r--res/drawable/ic_camera_indicator_stop.pngbin389 -> 0 bytes
-rw-r--r--res/drawable/ic_gps_active_camera.pngbin2864 -> 0 bytes
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
deleted file mode 100644
index 3c5d7b0..0000000
--- a/res/drawable/btn_bar_camera.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/btn_ic_review_retake_video.png b/res/drawable/btn_ic_review_retake_video.png
deleted file mode 100755
index b93138b..0000000
--- a/res/drawable/btn_ic_review_retake_video.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/btn_ic_review_upload.png b/res/drawable/btn_ic_review_upload.png
deleted file mode 100755
index f44e83d..0000000
--- a/res/drawable/btn_ic_review_upload.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/frame_autofocus_rectangle.png b/res/drawable/frame_autofocus_rectangle.png
deleted file mode 100644
index 0100e91..0000000
--- a/res/drawable/frame_autofocus_rectangle.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/frame_focused_rectangle.png b/res/drawable/frame_focused_rectangle.png
deleted file mode 100644
index 9c48878..0000000
--- a/res/drawable/frame_focused_rectangle.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/frame_nofocus_rectangle.png b/res/drawable/frame_nofocus_rectangle.png
deleted file mode 100644
index af411f7..0000000
--- a/res/drawable/frame_nofocus_rectangle.png
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index a531790..0000000
--- a/res/drawable/frame_thumbnail_default.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/frame_thumbnail_pressed.png b/res/drawable/frame_thumbnail_pressed.png
deleted file mode 100644
index 3be8138..0000000
--- a/res/drawable/frame_thumbnail_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/frame_thumbnail_selected.png b/res/drawable/frame_thumbnail_selected.png
deleted file mode 100644
index 5884f9c..0000000
--- a/res/drawable/frame_thumbnail_selected.png
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index d58e2d2..0000000
--- a/res/drawable/ic_btn_camera_default_background.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_btn_camera_pressed_background.png b/res/drawable/ic_btn_camera_pressed_background.png
deleted file mode 100644
index e0f7e12..0000000
--- a/res/drawable/ic_btn_camera_pressed_background.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_btn_camera_selected_background.png b/res/drawable/ic_btn_camera_selected_background.png
deleted file mode 100644
index 3d7549b..0000000
--- a/res/drawable/ic_btn_camera_selected_background.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_camera_bar_indicator_record.png b/res/drawable/ic_camera_bar_indicator_record.png
deleted file mode 100644
index 60f7a01..0000000
--- a/res/drawable/ic_camera_bar_indicator_record.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_auto_focus_green.png b/res/drawable/ic_camera_indicator_auto_focus_green.png
deleted file mode 100644
index 7bc09db..0000000
--- a/res/drawable/ic_camera_indicator_auto_focus_green.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_stop.png b/res/drawable/ic_camera_indicator_stop.png
deleted file mode 100644
index c0ff91b..0000000
--- a/res/drawable/ic_camera_indicator_stop.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_gps_active_camera.png b/res/drawable/ic_gps_active_camera.png
deleted file mode 100644
index 9814772..0000000
--- a/res/drawable/ic_gps_active_camera.png
+++ /dev/null
Binary files differ