Use Balanced line breaker instead of HighQuality.

Fallback to the Balanced line breaker till the time HighQuality one is
implemented.

Change-Id: I51e9882c5c733e5409f932ef740684829340ced9
This commit is contained in:
Deepanshu Gupta
2015-05-13 20:53:14 -07:00
parent 139d6ff12d
commit 88b92541be

View File

@@ -106,7 +106,7 @@ public class StaticLayout_Delegate {
break;
case HIGH_QUALITY:
// TODO
break;
// break;
case BALANCED:
builder.mLineBreaker = new OptimizingLineBreaker(primitives, lineWidth,
tabStopCalculator);