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

* commit '610c2d25edb2aa87623e969cbc24efeaf8555469':
  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:14:17 -07:00
committed by Android Git Automerger

View File

@@ -11605,7 +11605,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
private static final RectF sTempRect = new RectF();
// 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;