diff options
author | Owen Lin <owenlin@google.com> | 2009-06-25 14:58:54 -0700 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2009-06-25 14:58:54 -0700 |
commit | 6149fad9a707385e2fc3b7918a189da6f02c37c7 (patch) | |
tree | 9eff448b150f81a50b3099dbaac9d29a9e7cdde9 /res/drawable | |
parent | 145b61a5b2e762b80695e97b22274c7d32c02656 (diff) | |
download | LegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.zip LegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.tar.gz LegacyCamera-6149fad9a707385e2fc3b7918a189da6f02c37c7.tar.bz2 |
Remove unused code in ViewImage.
Diffstat (limited to 'res/drawable')
-rwxr-xr-x | res/drawable/btn_ic_review_attach.png | bin | 1196 -> 0 bytes | |||
-rw-r--r-- | res/drawable/ic_btn_background.xml | 23 | ||||
-rw-r--r-- | res/drawable/ic_camera_indicator_photo.png | bin | 1212 -> 0 bytes | |||
-rw-r--r-- | res/drawable/ic_camera_indicator_video.png | bin | 832 -> 0 bytes | |||
-rw-r--r-- | res/drawable/selection_arrow_active.png | bin | 339 -> 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 Binary files differdeleted file mode 100755 index 4264e78..0000000 --- a/res/drawable/btn_ic_review_attach.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index adbb999..0000000 --- a/res/drawable/ic_camera_indicator_photo.png +++ /dev/null diff --git a/res/drawable/ic_camera_indicator_video.png b/res/drawable/ic_camera_indicator_video.png Binary files differdeleted file mode 100644 index 7742965..0000000 --- a/res/drawable/ic_camera_indicator_video.png +++ /dev/null diff --git a/res/drawable/selection_arrow_active.png b/res/drawable/selection_arrow_active.png Binary files differdeleted file mode 100644 index ff99cd8..0000000 --- a/res/drawable/selection_arrow_active.png +++ /dev/null |