diff options
author | Yorke Lee <yorkelee@google.com> | 2014-08-04 20:26:39 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-04 20:26:39 +0000 |
commit | 0b66a7eff45e77d07da062de1e4dd8d0cbb68123 (patch) | |
tree | 9df198fba5c09a59bd3c34a732e636a04191baa9 | |
parent | 2854582cbd99c7367899a75860db3331cecbd745 (diff) | |
parent | c135e923b4119b374707aa1ba7e42b6974530479 (diff) |
am c135e923: am 5a94ae31: Slightly move letter tiles downwards
* commit 'c135e923b4119b374707aa1ba7e42b6974530479':
Slightly move letter tiles downwards
-rw-r--r-- | src/com/android/dialer/list/PhoneFavoriteTileView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/dialer/list/PhoneFavoriteTileView.java b/src/com/android/dialer/list/PhoneFavoriteTileView.java index 5f2d2a9df..208e3507d 100644 --- a/src/com/android/dialer/list/PhoneFavoriteTileView.java +++ b/src/com/android/dialer/list/PhoneFavoriteTileView.java @@ -43,9 +43,9 @@ public abstract class PhoneFavoriteTileView extends ContactTileView { private static final boolean DEBUG = false; // These parameters instruct the photo manager to display the default image/letter at 70% of - // its normal size, and vertically offset upwards 14% towards the top of the letter tile, to + // its normal size, and vertically offset upwards 12% towards the top of the letter tile, to // make room for the contact name and number label at the bottom of the image. - private static final float DEFAULT_IMAGE_LETTER_OFFSET = -0.14f; + private static final float DEFAULT_IMAGE_LETTER_OFFSET = -0.12f; private static final float DEFAULT_IMAGE_LETTER_SCALE = 0.70f; /** View that contains the transparent shadow that is overlaid on top of the contact image. */ |