summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-08-22 21:19:26 -0700
committerScott Kennedy <skennedy@google.com>2013-08-22 21:19:45 -0700
commit2e3fb2e61f944d8eb34b7204549990d3ebc722d5 (patch)
treeb01f777a731a6cd15a939461ef4f02cace46deb4 /res
parentc88702e49917a21b9753d587800de25f87f2c5a8 (diff)
downloadandroid_frameworks_opt_chips-2e3fb2e61f944d8eb34b7204549990d3ebc722d5.tar.gz
android_frameworks_opt_chips-2e3fb2e61f944d8eb34b7204549990d3ebc722d5.tar.bz2
android_frameworks_opt_chips-2e3fb2e61f944d8eb34b7204549990d3ebc722d5.zip
Remove some unused resources and imports
Change-Id: Ifc9bbd7fa53972b4d2bd61d04a426017a6bd63f5
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/bg_separator.9.pngbin153 -> 0 bytes
-rw-r--r--res/drawable-hdpi/chip_checkmark.pngbin1199 -> 0 bytes
-rw-r--r--res/drawable-mdpi/bg_separator.9.pngbin153 -> 0 bytes
-rw-r--r--res/drawable-mdpi/chip_checkmark.pngbin1133 -> 0 bytes
-rw-r--r--res/drawable/bg_separator_inset.xml19
5 files changed, 0 insertions, 19 deletions
diff --git a/res/drawable-hdpi/bg_separator.9.png b/res/drawable-hdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/res/drawable-hdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/chip_checkmark.png b/res/drawable-hdpi/chip_checkmark.png
deleted file mode 100644
index cc0b617..0000000
--- a/res/drawable-hdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/bg_separator.9.png b/res/drawable-mdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/res/drawable-mdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/chip_checkmark.png b/res/drawable-mdpi/chip_checkmark.png
deleted file mode 100644
index cac823b..0000000
--- a/res/drawable-mdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/bg_separator_inset.xml b/res/drawable/bg_separator_inset.xml
deleted file mode 100644
index 12b4cba..0000000
--- a/res/drawable/bg_separator_inset.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="#20000000"
- android:insetLeft="50dip"/>