summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-18 03:09:17 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-18 03:09:17 +0000
commite6507096059eba2bc02e2ecdb5dd63f352e969c2 (patch)
tree2116e04043588d15e63b603db241b7a9cc916831
parent64525681ba6e2f935811753827c2daf78c839a17 (diff)
parenta12e7869f9aa965764cbda142420586ea28747bc (diff)
am a12e7869: am e06611fa: Delete search icon resources, since now common
* commit 'a12e7869f9aa965764cbda142420586ea28747bc': Delete search icon resources, since now common
-rw-r--r--res/drawable-hdpi/ic_results_add_contact.pngbin1082 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_results_add_contact.pngbin890 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_results_add_contact.pngbin1509 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_results_add_contact.pngbin1848 -> 0 bytes
-rw-r--r--res/drawable/ic_search_add_contact.xml20
-rw-r--r--res/drawable/search_shortcut_background.xml23
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/dimens.xml3
8 files changed, 0 insertions, 49 deletions
diff --git a/res/drawable-hdpi/ic_results_add_contact.png b/res/drawable-hdpi/ic_results_add_contact.png
deleted file mode 100644
index 472b28104..000000000
--- a/res/drawable-hdpi/ic_results_add_contact.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_results_add_contact.png b/res/drawable-mdpi/ic_results_add_contact.png
deleted file mode 100644
index d4d4759dd..000000000
--- a/res/drawable-mdpi/ic_results_add_contact.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_results_add_contact.png b/res/drawable-xhdpi/ic_results_add_contact.png
deleted file mode 100644
index 6be67e874..000000000
--- a/res/drawable-xhdpi/ic_results_add_contact.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_results_add_contact.png b/res/drawable-xxhdpi/ic_results_add_contact.png
deleted file mode 100644
index 3ba9093a7..000000000
--- a/res/drawable-xxhdpi/ic_results_add_contact.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_search_add_contact.xml b/res/drawable/ic_search_add_contact.xml
deleted file mode 100644
index 2ec75b7f8..000000000
--- a/res/drawable/ic_search_add_contact.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 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.
--->
-
-<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/ic_results_add_contact"
- android:tint="@color/search_shortcut_icon_color" />
diff --git a/res/drawable/search_shortcut_background.xml b/res/drawable/search_shortcut_background.xml
deleted file mode 100644
index 52b5e3f8a..000000000
--- a/res/drawable/search_shortcut_background.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 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.
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval" >
- <size
- android:height="@dimen/search_shortcut_radius"
- android:width="@dimen/search_shortcut_radius" />
- <solid android:color="@color/search_shortcut_background_color" />
-</shape> \ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index cbf737cb2..0b75de5d0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -52,9 +52,6 @@
<!-- Background color of dialer list items (contacts, call log entries) -->
<color name="background_dialer_list_items">@color/background_dialer_light</color>
- <color name="search_shortcut_background_color">#b6b6b6</color>
- <color name="search_shortcut_icon_color">#f8f8f8</color>
-
<!-- Color of the 1dp divider that separates favorites -->
<color name="favorite_contacts_separator_color">#d0d0d0</color>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index f806c8268..32cb852d8 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -126,9 +126,6 @@
<dimen name="call_log_day_group_padding_top">15dp</dimen>
<dimen name="call_log_day_group_padding_bottom">9dp</dimen>
- <!-- Size of icon for contacts number shortcuts -->
- <dimen name="search_shortcut_radius">40dp</dimen>
-
<!-- Length of dialpad's shadows in dialer. -->
<dimen name="shadow_length">10dp</dimen>