summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-06-25 14:58:54 -0700
committerOwen Lin <owenlin@google.com>2009-06-25 14:58:54 -0700
commit6149fad9a707385e2fc3b7918a189da6f02c37c7 (patch)
tree9eff448b150f81a50b3099dbaac9d29a9e7cdde9 /res/drawable
parent145b61a5b2e762b80695e97b22274c7d32c02656 (diff)
downloadLegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.zip
LegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.tar.gz
LegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.tar.bz2
Remove unused code in ViewImage.
Diffstat (limited to 'res/drawable')
-rwxr-xr-xres/drawable/btn_ic_review_attach.pngbin1196 -> 0 bytes
-rw-r--r--res/drawable/ic_btn_background.xml23
-rw-r--r--res/drawable/ic_camera_indicator_photo.pngbin1212 -> 0 bytes
-rw-r--r--res/drawable/ic_camera_indicator_video.pngbin832 -> 0 bytes
-rw-r--r--res/drawable/selection_arrow_active.pngbin339 -> 0 bytes
5 files changed, 0 insertions, 23 deletions
diff --git a/res/drawable/btn_ic_review_attach.png b/res/drawable/btn_ic_review_attach.png
deleted file mode 100755
index 4264e78..0000000
--- a/res/drawable/btn_ic_review_attach.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_btn_background.xml b/res/drawable/ic_btn_background.xml
deleted file mode 100644
index 069e04e..0000000
--- a/res/drawable/ic_btn_background.xml
+++ /dev/null
@@ -1,23 +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/ic_btn_pressed" />
- <item android:state_window_focused="true"
- android:state_focused="true"
- android:drawable="@drawable/ic_btn_selected" />
- <item android:drawable="@drawable/ic_btn_default" />
-</selector>
diff --git a/res/drawable/ic_camera_indicator_photo.png b/res/drawable/ic_camera_indicator_photo.png
deleted file mode 100644
index adbb999..0000000
--- a/res/drawable/ic_camera_indicator_photo.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_camera_indicator_video.png b/res/drawable/ic_camera_indicator_video.png
deleted file mode 100644
index 7742965..0000000
--- a/res/drawable/ic_camera_indicator_video.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/selection_arrow_active.png b/res/drawable/selection_arrow_active.png
deleted file mode 100644
index ff99cd8..0000000
--- a/res/drawable/selection_arrow_active.png
+++ /dev/null
Binary files differ