Merge "Use HYPHENATION_FREQUENCY_FULL_FAST" into udc-dev am: 5d975e69bc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23410076 Change-Id: Iad2ec5f3be7fa31755da4b6ba272fa8742931f53 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -82,7 +82,7 @@ public class ImageFloatingTextView extends TextView {
|
||||
.setIncludePad(getIncludeFontPadding())
|
||||
.setUseLineSpacingFromFallbacks(true)
|
||||
.setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY)
|
||||
.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_FULL);
|
||||
.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_FULL_FAST);
|
||||
int maxLines;
|
||||
if (mMaxLinesForHeight > 0) {
|
||||
maxLines = mMaxLinesForHeight;
|
||||
|
||||
Reference in New Issue
Block a user