diff options
author | Brian Attwell <brianattwell@google.com> | 2014-07-16 16:12:35 -0700 |
---|---|---|
committer | Brian Attwell <brianattwell@google.com> | 2014-07-18 00:47:17 +0000 |
commit | e06611fa108e7e9aa1fe23f14c3433a80c3dcb17 (patch) | |
tree | f59ba459b5ef8f862755f4cdd09ac30052e7fc16 | |
parent | 0a34b0e54980d06c0442154fa0e980fa226baeb1 (diff) |
Delete search icon resources, since now common
Removed some resources from Dialer, so that I could
place them in common.
PART 1/3
Bug: 16209705
Change-Id: I8ce477a600f6cad629d838c1ffd7505e9970510a
-rw-r--r-- | res/drawable-hdpi/ic_results_add_contact.png | bin | 1082 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_results_add_contact.png | bin | 890 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_results_add_contact.png | bin | 1509 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xxhdpi/ic_results_add_contact.png | bin | 1848 -> 0 bytes | |||
-rw-r--r-- | res/drawable/ic_search_add_contact.xml | 20 | ||||
-rw-r--r-- | res/drawable/search_shortcut_background.xml | 23 | ||||
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/dimens.xml | 3 |
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 Binary files differdeleted file mode 100644 index 472b28104..000000000 --- a/res/drawable-hdpi/ic_results_add_contact.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_results_add_contact.png b/res/drawable-mdpi/ic_results_add_contact.png Binary files differdeleted file mode 100644 index d4d4759dd..000000000 --- a/res/drawable-mdpi/ic_results_add_contact.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_results_add_contact.png b/res/drawable-xhdpi/ic_results_add_contact.png Binary files differdeleted file mode 100644 index 6be67e874..000000000 --- a/res/drawable-xhdpi/ic_results_add_contact.png +++ /dev/null diff --git a/res/drawable-xxhdpi/ic_results_add_contact.png b/res/drawable-xxhdpi/ic_results_add_contact.png Binary files differdeleted file mode 100644 index 3ba9093a7..000000000 --- a/res/drawable-xxhdpi/ic_results_add_contact.png +++ /dev/null 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> |