summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-27 12:48:44 -0700
committerYorke Lee <yorkelee@google.com>2014-05-27 14:31:59 -0700
commit9ada157d1d6d69176730035f7e651500fc7f3c0a (patch)
tree8918813d4ce8547a116e8462ad81dfcedfbde34f /res
parentf6c86e3b64812407ca965497da9d739e319428af (diff)
Adjust card clipping specs
Also tweak some elevation specs per UX guidance Bug: 15196725 Change-Id: Ia0c1ecef7039f5ffb703877172fb632f56bf5530
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index e884566a1..dc285cffd 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -61,7 +61,7 @@
<dimen name="favorites_row_undo_text_side_padding">32dp</dimen>
<!-- Dimensions for most recent call shortcut cards -->
- <dimen name="recent_call_log_item_translation_z">5dp</dimen>
+ <dimen name="recent_call_log_item_translation_z">4dp</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>
@@ -112,7 +112,7 @@
<!-- Size of the icon (voice search, close search) in the search box. -->
<dimen name="search_box_icon_size">28dp</dimen>
<!-- Elevation of the search box -->
- <dimen name="search_box_elevation">5dp</dimen>
+ <dimen name="search_box_elevation">4dp</dimen>
<!-- Size of text in tabs. -->
<dimen name="tab_height">43dp</dimen>