summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-05-12 15:59:43 +0800
committerWu-cheng Li <wuchengli@google.com>2011-05-12 17:13:40 +0800
commitd4594cafc86f8400012146abd48534aa9d68d92d (patch)
treed3f1e1be6a15b74fa2cca87778f87581d616863c /res/drawable
parent5725e5c34d78f6d187efeba52273266bc7868598 (diff)
downloadLegacyCamera-d4594cafc86f8400012146abd48534aa9d68d92d.zip
LegacyCamera-d4594cafc86f8400012146abd48534aa9d68d92d.tar.gz
LegacyCamera-d4594cafc86f8400012146abd48534aa9d68d92d.tar.bz2
Remove unused code and resource.
Change-Id: Ia6d98847716ef187eefd05758c5c61b530967b27
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_camera_picker.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable/btn_camera_picker.xml b/res/drawable/btn_camera_picker.xml
deleted file mode 100644
index 109d57f..0000000
--- a/res/drawable/btn_camera_picker.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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_checked="true" android:color="@android:color/white" />
- <item android:color="@android:color/darker_gray" />
-</selector>