summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2012-05-01 16:04:09 -0700
committerDaniel Lehmann <lehmannd@google.com>2012-05-01 16:04:09 -0700
commitff71d7b7ee65754d63c805f0b83823e5b03a6233 (patch)
tree2dd4f154ecca198e249b97ce327f876a2760ef49
parent420b03be46ae3e9cb18a24a88bad3c75681a5448 (diff)
downloadpackages_apps_Contacts-ff71d7b7ee65754d63c805f0b83823e5b03a6233.tar.gz
packages_apps_Contacts-ff71d7b7ee65754d63c805f0b83823e5b03a6233.tar.bz2
packages_apps_Contacts-ff71d7b7ee65754d63c805f0b83823e5b03a6233.zip
Removed some unused resources
Bug:6427865 Change-Id: Ifb5b04faa384c74e57af73b5b2411837a3305f8d
-rw-r--r--res/drawable-hdpi/ic_tab_selected_contacts.pngbin1097 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_tab_unselected_contacts.pngbin449 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_tab_selected_contacts.pngbin699 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_tab_unselected_contacts.pngbin341 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_tab_selected_contacts.pngbin2166 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_tab_unselected_contacts.pngbin843 -> 0 bytes
-rw-r--r--res/drawable/ic_tab_contacts.xml21
-rw-r--r--res/xml/searchable.xml5
8 files changed, 0 insertions, 26 deletions
diff --git a/res/drawable-hdpi/ic_tab_selected_contacts.png b/res/drawable-hdpi/ic_tab_selected_contacts.png
deleted file mode 100644
index 7c92375bc..000000000
--- a/res/drawable-hdpi/ic_tab_selected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_tab_unselected_contacts.png b/res/drawable-hdpi/ic_tab_unselected_contacts.png
deleted file mode 100644
index ee09bf11e..000000000
--- a/res/drawable-hdpi/ic_tab_unselected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_tab_selected_contacts.png b/res/drawable-mdpi/ic_tab_selected_contacts.png
deleted file mode 100644
index b3e23b7ea..000000000
--- a/res/drawable-mdpi/ic_tab_selected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_tab_unselected_contacts.png b/res/drawable-mdpi/ic_tab_unselected_contacts.png
deleted file mode 100644
index b3f5ae0c3..000000000
--- a/res/drawable-mdpi/ic_tab_unselected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_tab_selected_contacts.png b/res/drawable-xhdpi/ic_tab_selected_contacts.png
deleted file mode 100644
index f8e608570..000000000
--- a/res/drawable-xhdpi/ic_tab_selected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_tab_unselected_contacts.png b/res/drawable-xhdpi/ic_tab_unselected_contacts.png
deleted file mode 100644
index 7adc0f5ef..000000000
--- a/res/drawable-xhdpi/ic_tab_unselected_contacts.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_tab_contacts.xml b/res/drawable/ic_tab_contacts.xml
deleted file mode 100644
index 3341f41c0..000000000
--- a/res/drawable/ic_tab_contacts.xml
+++ /dev/null
@@ -1,21 +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_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_contacts" />
- <item android:drawable="@drawable/ic_tab_unselected_contacts" />
-</selector>
-
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 949ec36e8..a78d531f7 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -14,12 +14,7 @@
limitations under the License.
-->
-<!--
- TODO: Use localizable string resources instead of hard-coded strings
- once Search Manager is enhanced to allow them.
--->
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
- android:icon="@drawable/ic_tab_contacts"
android:label="@string/contactsList"
android:hint="@string/searchHint"
android:searchMode="queryRewriteFromText"