Changing the scale factor for square icons

Bug: 18245189
Change-Id: Iab0074c76083480a2a7316f5563fc48154de6355
This commit is contained in:
Sunny Goyal
2016-03-28 14:23:34 -07:00
parent 1ab22630a0
commit 8682116e2d
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import java.nio.ByteBuffer;
public class IconNormalizer {
// Ratio of icon visible area to full icon size for a square shaped icon
private static final float MAX_SQUARE_AREA_FACTOR = 359.0f / 576;
private static final float MAX_SQUARE_AREA_FACTOR = 375.0f / 576;
// Ratio of icon visible area to full icon size for a circular shaped icon
private static final float MAX_CIRCLE_AREA_FACTOR = 380.0f / 576;