Merge "Fixbug #5387832 [UI/Visual] Address of the website is not displayed properly(second line of the address is partly shown)"

This commit is contained in:
Fabrice Di Meglio
2011-10-05 17:12:17 -07:00
committed by Android (Google) Code Review

View File

@@ -11605,7 +11605,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
private static final RectF sTempRect = new RectF(); private static final RectF sTempRect = new RectF();
// XXX should be much larger // XXX should be much larger
private static final int VERY_WIDE = 16384; private static final int VERY_WIDE = 1024*1024;
private static final int BLINK = 500; private static final int BLINK = 500;