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:
committed by
Android (Google) Code Review
commit
610c2d25ed
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user