summaryrefslogtreecommitdiffstats
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
commit3be35a398afee202a794134920782db901ee36cd (patch)
tree0467b22480f8f3aaf275dc184a16b8d2ef8331c8
parent30d26326568cb888430468370df6f6ab2ec12767 (diff)
downloadandroid_frameworks_ex-3be35a398afee202a794134920782db901ee36cd.tar.gz
android_frameworks_ex-3be35a398afee202a794134920782db901ee36cd.tar.bz2
android_frameworks_ex-3be35a398afee202a794134920782db901ee36cd.zip
Remove some unused resources and imports
Change-Id: Ifc9bbd7fa53972b4d2bd61d04a426017a6bd63f5
-rw-r--r--chips/list_selector_pressed_holo_dark.9.pngbin191 -> 0 bytes
-rw-r--r--chips/res/drawable-hdpi/bg_separator.9.pngbin153 -> 0 bytes
-rw-r--r--chips/res/drawable-hdpi/chip_checkmark.pngbin1199 -> 0 bytes
-rw-r--r--chips/res/drawable-mdpi/bg_separator.9.pngbin153 -> 0 bytes
-rw-r--r--chips/res/drawable-mdpi/chip_checkmark.pngbin1133 -> 0 bytes
-rw-r--r--chips/res/drawable/bg_separator_inset.xml19
-rw-r--r--chips/src/com/android/ex/chips/BaseRecipientAdapter.java1
7 files changed, 0 insertions, 20 deletions
diff --git a/chips/list_selector_pressed_holo_dark.9.png b/chips/list_selector_pressed_holo_dark.9.png
deleted file mode 100644
index 0ed5ba3..0000000
--- a/chips/list_selector_pressed_holo_dark.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-hdpi/bg_separator.9.png b/chips/res/drawable-hdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/chips/res/drawable-hdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-hdpi/chip_checkmark.png b/chips/res/drawable-hdpi/chip_checkmark.png
deleted file mode 100644
index cc0b617..0000000
--- a/chips/res/drawable-hdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-mdpi/bg_separator.9.png b/chips/res/drawable-mdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/chips/res/drawable-mdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-mdpi/chip_checkmark.png b/chips/res/drawable-mdpi/chip_checkmark.png
deleted file mode 100644
index cac823b..0000000
--- a/chips/res/drawable-mdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable/bg_separator_inset.xml b/chips/res/drawable/bg_separator_inset.xml
deleted file mode 100644
index 12b4cba..0000000
--- a/chips/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"/>
diff --git a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
index 28127cc..ac0047e 100644
--- a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
+++ b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
@@ -50,7 +50,6 @@ import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.IOException;
import java.util.ArrayList;
-import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;