summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-04 12:10:48 -0700
committerYorke Lee <yorkelee@google.com>2014-08-04 20:13:46 +0000
commit5a94ae31660870fcb658e461a78a6ee3019d4a94 (patch)
tree56c91cbd17d818d26d193b21343b80394c2ba8b1 /src
parent3c9ea9dd0801da619f64199dd83a670a84458fef (diff)
Slightly move letter tiles downwards
Change-Id: I6b62fa442a4c739acf6ed7a4eed37f346361c8f8
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dialer/list/PhoneFavoriteTileView.java4
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. */