Merge "Use the same width as the TextView created layout." into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
91ac3dc06d
@@ -415,7 +415,7 @@ import junit.framework.Assert;
|
||||
}
|
||||
CharSequence text = getText();
|
||||
// Copy from the existing Layout.
|
||||
mLayout = new WebTextViewLayout(text, text, getPaint(), w,
|
||||
mLayout = new WebTextViewLayout(text, text, getPaint(), mLayout.getWidth(),
|
||||
mLayout.getAlignment(), mLayout.getSpacingMultiplier(),
|
||||
mLayout.getSpacingAdd(), false, null, ellipsisWidth,
|
||||
lineHeight);
|
||||
|
||||
Reference in New Issue
Block a user