summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-21 13:20:54 -0700
committerAndrew Lee <anwlee@google.com>2014-08-22 15:41:35 -0700
commiteb141e078353a2e3a997001afd1aa16a88da429b (patch)
tree9e8a0aa407c0c04feb7d8d78f8c4648209d908bd /res/values/dimens.xml
parent6fad34b5fd3edfe8a14c038a72195b69afd503ba (diff)
downloadandroid_packages_apps_Dialer-eb141e078353a2e3a997001afd1aa16a88da429b.tar.gz
android_packages_apps_Dialer-eb141e078353a2e3a997001afd1aa16a88da429b.tar.bz2
android_packages_apps_Dialer-eb141e078353a2e3a997001afd1aa16a88da429b.zip
Add "add to contacts" actionable item to shortcut card.
+ This appears for contacts with no lookup key. This means that it will show up for businesses too; even though we match a name, there's no lookup key. + Remove missed call information which used to be shown below the shortcut card, but no longer is. + Make alignment of this call log list item more pretty. + Add tinted person_add drawable for this actionable item. Bug: 17186220 Change-Id: Iabcfa73c2ffeeb0bb24127ef74e85e612be51b9e
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 0856032b2..e48720edd 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -76,6 +76,9 @@
<dimen name="recent_call_log_item_padding_top">12dp</dimen>
<dimen name="recent_call_log_item_padding_bottom">11dp</dimen>
+ <dimen name="call_log_item_extra_padding_vertical">4dp</dimen>
+
+
<!-- Size of the star icon on the favorites tile. -->
<dimen name="favorites_star_icon_size">12dp</dimen>