summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-03 16:35:49 -0700
committerAndrew Lee <anwlee@google.com>2014-06-03 16:36:43 -0700
commitd4a57a94d55840782a444bda20ae45d387fc2230 (patch)
tree50df43bb1bd4d86774b29f5685fb5f973006b1f2 /res
parentc7244339c8d06831e9e6dff5d3434d4e82f5c225 (diff)
Change height/width ratio to accomodate 135dp height.
It's actually a shade short (1 pixel, to be precise), but there's some imprecision in the percentage conversion. Bug: 15332046 Change-Id: I6ba4bc6f2fbdb0fed6c6bfa5465b6adccae23f5d
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 6efb5ac5c..30b148acf 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -48,7 +48,7 @@
<!-- Dimensions for speed dial tiles -->
<dimen name="contact_tile_divider_width">1dp</dimen>
<dimen name="contact_tile_info_button_height_and_width">36dp</dimen>
- <item name="contact_tile_height_to_width_ratio" type="dimen">80%</item>
+ <item name="contact_tile_height_to_width_ratio" type="dimen">76%</item>
<dimen name="contact_tile_text_side_padding">12dp</dimen>
<dimen name="contact_tile_text_bottom_padding">9dp</dimen>
<dimen name="favorites_row_top_padding">1dp</dimen>