Merge "Fix for StaticLayout bug with ellipsized text" into honeycomb

This commit is contained in:
Gilles Debunne
2011-02-04 13:59:29 -08:00
committed by Android (Google) Code Review

View File

@@ -500,7 +500,7 @@ public class StaticLayout extends Layout
choosehtv, fm, hasTabOrEmoji,
needMultiply, paraStart, chdirs, dir, easy,
paraEnd == bufend, includepad, trackpad,
chs, widths, here - paraStart,
chs, widths, paraStart,
ellipsize, ellipsizedWidth, w, paint);
}