summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-04 18:44:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-04 18:44:04 +0000
commitb05e3a7d73674c44fbd83de3a74f6ea844caac0f (patch)
tree2521a2c3fab04e5bbd7e7e29dddb9df8db05abd3 /res
parent0ea427874adf0fa97a3c870974eb3906b95dfdac (diff)
parentd4a57a94d55840782a444bda20ae45d387fc2230 (diff)
am d4a57a94: Change height/width ratio to accomodate 135dp height.
* commit 'd4a57a94d55840782a444bda20ae45d387fc2230': Change height/width ratio to accomodate 135dp height.
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 bd76d9118..2869c62f4 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -43,7 +43,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>