summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-16 16:12:35 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-18 00:47:17 +0000
commite06611fa108e7e9aa1fe23f14c3433a80c3dcb17 (patch)
treef59ba459b5ef8f862755f4cdd09ac30052e7fc16 /res/values
parent0a34b0e54980d06c0442154fa0e980fa226baeb1 (diff)
downloadandroid_packages_apps_Dialer-e06611fa108e7e9aa1fe23f14c3433a80c3dcb17.tar.gz
android_packages_apps_Dialer-e06611fa108e7e9aa1fe23f14c3433a80c3dcb17.tar.bz2
android_packages_apps_Dialer-e06611fa108e7e9aa1fe23f14c3433a80c3dcb17.zip
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
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/dimens.xml3
2 files changed, 0 insertions, 6 deletions
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>