summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-08-22 22:22:36 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-22 22:22:36 -0700
commite407bff4896dfe7f43fc955d35ee40b321b8cc83 (patch)
tree737697b8b4a3ecc407250350f762568e2d3f54f9
parent6b425b5e4b7bb53a783ad3f07c78693a2cce551d (diff)
parent3be35a398afee202a794134920782db901ee36cd (diff)
downloadandroid_frameworks_ex-e407bff4896dfe7f43fc955d35ee40b321b8cc83.tar.gz
android_frameworks_ex-e407bff4896dfe7f43fc955d35ee40b321b8cc83.tar.bz2
android_frameworks_ex-e407bff4896dfe7f43fc955d35ee40b321b8cc83.zip
am 3be35a39: Remove some unused resources and imports
* commit '3be35a398afee202a794134920782db901ee36cd': Remove some unused resources and imports
-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 8ad4a94..d9eb64e 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;