summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-22 18:03:17 -0700
committerYorke Lee <yorkelee@google.com>2014-05-22 18:03:17 -0700
commit649fc77497df79f2837f314a53fafdd2dd2c67aa (patch)
tree3a29d46babaa2886b8b0e6685e90d01168d4cba0 /res
parent91b50b81967409ef25b3b1893f2a63c0c5355c53 (diff)
Tweak card clipping effect
Bug: 15165470 Change-Id: I5e61d23dc02237d0cd7c0e3646ce71b93a68a143
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 6d7aa84fb..3c0ce053a 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -69,6 +69,8 @@
<!-- Dimensions for most recent call shortcut cards -->
<dimen name="recent_call_log_item_translation_z">5dp</dimen>
<dimen name="recent_call_log_item_padding">8dp</dimen>
+ <!-- The maximum amount to clip on the left and right of the recent call shortcut card -->
+ <dimen name="recent_call_log_item_horizontal_clip_limit">20dp</dimen>
<!-- Size of the star icon on the favorites tile. -->
<dimen name="favorites_star_icon_size">12dp</dimen>